ReflectionDiscoverableCollection T Remove Method | Glimpse API Documentation |
Removes the specified item.
Namespace: Glimpse.Core.FrameworkAssembly: Glimpse.Core (in Glimpse.Core.dll) Version: 1.0.1.0 (1.0.1)
Syntax
Parameters
- item
- Type: T
The item.
Return Value
true is the item was removed.Implements
ICollection T Remove(T)See Also