IDiscoverableCollection T Methods | Glimpse API Documentation |
The IDiscoverableCollection T type exposes the following members.
Back to Top
Methods
Name | Description | |
---|---|---|
Add | Adds an item to the ICollection T . (Inherited from ICollection T .) | |
Clear | Removes all items from the ICollection T . (Inherited from ICollection T .) | |
Contains | Determines whether the ICollection T contains a specific value. (Inherited from ICollection T .) | |
CopyTo | (Inherited from ICollection T .) | |
Discover |
Discovers this instance. Triggers the loading of content.
| |
GetEnumerator | Returns an enumerator that iterates through the collection. (Inherited from IEnumerable T .) | |
GetEnumerator | Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.) | |
IgnoreType |
Ignores the type.
| |
Remove | Removes the first occurrence of a specific object from the ICollection T . (Inherited from ICollection T .) |
See Also