Mono Class Library: Overview

System.Collections.Specialized.OrderedDictionary: Members

The members of System.Collections.Specialized.OrderedDictionary are listed below.

See Also: Inherited members from System.Object

Public 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.

Protected Constructors

Public Properties

[read-only]
Countint. Documentation for this section has not yet been entered.
[read-only]
IsReadOnlybool. Documentation for this section has not yet been entered.
default property
Item(int)object. Documentation for this section has not yet been entered.
default property
Item(object)object. Documentation for this section has not yet been entered.
[read-only]
KeysICollection. Documentation for this section has not yet been entered.
[read-only]
ValuesICollection. Documentation for this section has not yet been entered.

Public Methods

Add(object, object)
Documentation for this section has not yet been entered.
AsReadOnly() : OrderedDictionary
Documentation for this section has not yet been entered.
Clear()
Documentation for this section has not yet been entered.
Contains(object) : bool
Documentation for this section has not yet been entered.
CopyTo(Array, int)
Documentation for this section has not yet been entered.
GetEnumerator() : IDictionaryEnumerator
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.
Insert(int, object, object)
Documentation for this section has not yet been entered.
Remove(object)
Documentation for this section has not yet been entered.
RemoveAt(int)
Documentation for this section has not yet been entered.

Protected Methods

OnDeserialization(object)
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.
[read-only]
IDictionary.IsFixedSizebool. Documentation for this section has not yet been entered.
[read-only]
ICollection.IsSynchronizedbool. Documentation for this section has not yet been entered.
System.Runtime.Serialization.IDeserializationCallback.OnDeserializationDocumentation 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.