Click or drag to resize

ConcurrentCollectionTOnItemsAdded Method

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

Parameters

items
Type: T
The elements that were added to the ConcurrentCollectionT.
See Also