|
SetChangeInterceptorTISetTAdd Method
|
Namespace:
TrackerDog.CollectionHandling
Assembly:
TrackerDog (in TrackerDog.dll) Version: 2.2.1.0 (2.2.1.0)
Syntax bool ISet<T>.Add(
T item
)
Private Function Add (
item As T
) As Boolean Implements ISet(Of T).Add
Parameters
- item
- Type: T
Return Value
Type:
BooleanImplements
ISetTAdd(T)See Also