| ConcurrentCollectionTOnRemove Method (T) |
Namespace:
Cauldron.Collections
Assembly:
Cauldron.Collections (in Cauldron.Collections.dll) Version: 3.2.0.1 (3.2.0.1)
Syntax protected virtual void OnRemove(
T item
)
Parameters
- item
- Type: T
The element that was removed.
See Also