Mono Class Library: Overview

System.Collections.Specialized.NameObjectCollectionBase: Members

The members of System.Collections.Specialized.NameObjectCollectionBase 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.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.
Documentation for this section has not yet been entered.

Public Properties

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

Protected Properties

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

Public Methods

GetEnumerator() : IEnumerator
Documentation for this section has not yet been entered.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
Documentation for this section has not yet been entered.
OnDeserialization(object)
Documentation for this section has not yet been entered.

Protected Methods

BaseAdd(string, object)
Documentation for this section has not yet been entered.
BaseClear()
Documentation for this section has not yet been entered.
BaseGet(int) : object
Documentation for this section has not yet been entered.
BaseGet(string) : object
Documentation for this section has not yet been entered.
BaseGetAllKeys() : string[]
Documentation for this section has not yet been entered.
BaseGetAllValues() : object[]
Documentation for this section has not yet been entered.
BaseGetAllValues(Type) : object[]
Documentation for this section has not yet been entered.
BaseGetKey(int) : string
Documentation for this section has not yet been entered.
BaseHasKeys() : bool
Documentation for this section has not yet been entered.
BaseRemove(string)
Documentation for this section has not yet been entered.
BaseRemoveAt(int)
Documentation for this section has not yet been entered.
BaseSet(int, object)
Documentation for this section has not yet been entered.
BaseSet(string, object)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

ICollection.CopyToDocumentation for this section has not yet been entered.
[read-only]
ICollection.IsSynchronizedbool. Documentation 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.