IDiscoverableCollection(T) Methods

Glimpse API

IDiscoverableCollection T  Methods Glimpse API Documentation
The IDiscoverableCollection T  type exposes the following members.
Methods

  NameDescription
Public methodOnlineAdd
Adds an item to the OnlineICollection T .
(Inherited from OnlineICollection T .)
Public methodOnlineClear
Removes all items from the OnlineICollection T .
(Inherited from OnlineICollection T .)
Public methodOnlineContains
Determines whether the OnlineICollection T  contains a specific value.
(Inherited from OnlineICollection T .)
Public methodOnlineCopyTo
Copies the elements of the OnlineICollection T  to an OnlineArray, starting at a particular OnlineArray index.
(Inherited from OnlineICollection T .)
Public methodDiscover
Discovers this instance. Triggers the loading of content.
Public methodOnlineGetEnumerator 
Returns an enumerator that iterates through the collection.
(Inherited from OnlineIEnumerable T .)
Public methodOnlineGetEnumerator 
Returns an enumerator that iterates through a collection.
(Inherited from OnlineIEnumerable.)
Public methodIgnoreType
Ignores the type.
Public methodOnlineRemove
Removes the first occurrence of a specific object from the OnlineICollection T .
(Inherited from OnlineICollection T .)
Back to Top
See Also