Click or drag to resize

ConcurrentCollectionTOnRemove Method (T)

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

Parameters

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