| ConcurrentCollectionTOnRemove Method (T) |
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 1.0.0
Syntax protected virtual void OnRemove(
T[] items
)
Protected Overridable Sub OnRemove (
items As T()
)
protected:
virtual void OnRemove(
array<T>^ items
)
Parameters
- items
- Type: T
The elements that were removed.
See Also