Mono Class Library: Overview

System.Collections.CollectionBase: Members

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

See Also: Inherited members from System.Object

Protected Constructors

Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

Capacityint. Documentation for this section has not yet been entered.
[read-only]
Countint. Documentation for this section has not yet been entered.

Protected Properties

[read-only]
InnerListArrayList. Documentation for this section has not yet been entered.
[read-only]
ListIList. Documentation for this section has not yet been entered.

Public Methods

Clear()
Documentation for this section has not yet been entered.
GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
RemoveAt(int)
Documentation for this section has not yet been entered.

Protected Methods

OnClear()
Documentation for this section has not yet been entered.
OnClearComplete()
Documentation for this section has not yet been entered.
OnInsert(int, object)
Documentation for this section has not yet been entered.
OnInsertComplete(int, object)
Documentation for this section has not yet been entered.
OnRemove(int, object)
Documentation for this section has not yet been entered.
OnRemoveComplete(int, object)
Documentation for this section has not yet been entered.
OnSet(int, object, object)
Documentation for this section has not yet been entered.
OnSetComplete(int, object, object)
Documentation for this section has not yet been entered.
OnValidate(object)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IList.AddDocumentation for this section has not yet been entered.
IList.ContainsDocumentation for this section has not yet been entered.
ICollection.CopyToDocumentation for this section has not yet been entered.
IList.IndexOfDocumentation for this section has not yet been entered.
IList.InsertDocumentation for this section has not yet been entered.
[read-only]
IList.IsFixedSizebool. Documentation for this section has not yet been entered.
[read-only]
IList.IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
ICollection.IsSynchronizedbool. Documentation for this section has not yet been entered.
IList.Itemobject. Documentation for this section has not yet been entered.
IList.RemoveDocumentation for this section has not yet been entered.
[read-only]
ICollection.SyncRootobject. Documentation for this section has not yet been entered.

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.