Click or drag to resize

ConcurrentCollectionTOnRemove Method (T)

Namespace:  Cauldron.Collections
Assembly:  Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax
C#
protected virtual void OnRemove(
	T[] items
)

Parameters

items
Type: T
The elements that were removed.
See Also