Mono Class Library: Overview

System.Collections.ICollection: Members

The members of System.Collections.ICollection are listed below.

Public Properties

[read-only]
Countint. Gets the number of elements contained in the current instance.
[read-only]
IsSynchronizedbool. Gets a bool indicating whether access to the current instance is synchronized (thread-safe).
[read-only]
SyncRootobject. Gets a object that can be used for thread-safe synchronized access to the current instance.

Public Methods

CopyTo(Array, int)
Copies the elements from the current instance to the specified Array, starting at the specified index in the array.

Extension Methods

static
AsQueryable(this IEnumerable) : System.Linq.IQueryable
Documentation for this section has not yet been entered.
static
Cast<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.
static
OfType<TResult>(this IEnumerable) : IEnumerable<TResult>
Documentation for this section has not yet been entered.