|
DefaultCollectionChangeInterceptorTRemove Method
|
Namespace:
TrackerDog.CollectionHandling
Assembly:
TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax public bool Remove(
T item
)
Public Function Remove (
item As T
) As Boolean
Parameters
- item
- Type: T
Return Value
Type:
BooleanImplements
ICollectionTRemove(T)See Also