The UpdateCollection type exposes the following members.

Methods

  NameDescription
Public methodContains
Determine whether an update is in the UpdateCollection.
Public methodGetEnumerator
Implements strong typed IEnumerable<T>.GetEnumerator.
Public methodIndexOf
Searches for the specified Update in the UpdateCollection.

Properties

  NameDescription
Public propertyCount
Get the number of Updates actually contained in the UpdateCollection
Public propertyItem
Get an Update by zero-based index from the UpdateCollection.

See Also