IDiscoverableCollection(T) Members

Glimpse API

IDiscoverableCollection T  Members 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
Properties

  NameDescription
Public propertyAutoDiscover
Gets a value indicating whether [auto discover].
Public propertyOnlineCount
Gets the number of elements contained in the OnlineICollection T .
(Inherited from OnlineICollection T .)
Public propertyDiscoveryLocation
Gets the discovery location.
Public propertyOnlineIsReadOnly
Gets a value indicating whether the OnlineICollection T  is read-only.
(Inherited from OnlineICollection T .)
Back to Top
See Also