2 out of 3 rated this helpful - Rate this topic

ICollection Members

Defines size, enumerators, and synchronization methods for all nongeneric collections.

The ICollection type exposes the following members.

  Name Description
Public method Supported by the .NET Compact Framework Supported by the XNA Framework CopyTo Copies the elements of the ICollection to an Array, starting at a particular Array index.
Public method Supported by the .NET Compact Framework Supported by the XNA Framework GetEnumerator Returns an enumerator that iterates through a collection. (Inherited from IEnumerable.)
Top
  Name Description
Public Extension Method AsQueryable Converts an IEnumerable to an IQueryable. (Defined by Queryable.)
Public Extension Method Cast Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Public Extension Method OfType Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Top
  Name Description
Public property Supported by the .NET Compact Framework Supported by the XNA Framework Count Gets the number of elements contained in the ICollection.
Public property Supported by the .NET Compact Framework Supported by the XNA Framework IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Public property Supported by the .NET Compact Framework Supported by the XNA Framework SyncRoot Gets an object that can be used to synchronize access to the ICollection.
Top
Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ