ReflectionDiscoverableCollection T Contains Method | Glimpse API Documentation |
Determines whether the collection contains 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 if the collection contains the specified item; otherwise, false.Implements
ICollection T Contains(T)See Also