Mono Class Library: Overview

System.Collections.SortedList: Members

The members of System.Collections.SortedList 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.
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.
[read-only]
IsFixedSizebool. Documentation for this section has not yet been entered.
[read-only]
IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
IsSynchronizedbool. 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]
SyncRootobject. 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)
Adds an given object with the specified key to the list.
Clear()
Documentation for this section has not yet been entered.
Clone() : object
Documentation for this section has not yet been entered.
Contains(object) : bool
Documentation for this section has not yet been entered.
ContainsKey(object) : bool
Documentation for this section has not yet been entered.
ContainsValue(object) : bool
Documentation for this section has not yet been entered.
CopyTo(Array, int)
Documentation for this section has not yet been entered.
GetByIndex(int) : object
Documentation for this section has not yet been entered.
GetEnumerator() : IDictionaryEnumerator
Documentation for this section has not yet been entered.
GetKey(int) : object
Documentation for this section has not yet been entered.
GetKeyList() : IList
Documentation for this section has not yet been entered.
GetValueList() : IList
Documentation for this section has not yet been entered.
IndexOfKey(object) : int
Documentation for this section has not yet been entered.
IndexOfValue(object) : int
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.
SetByIndex(int, object)
Documentation for this section has not yet been entered.
static
Synchronized(SortedList) : SortedList
Documentation for this section has not yet been entered.
TrimToSize()
Documentation for this section has not yet been entered.

Explicitly Implemented Interface Members

IEnumerable.GetEnumeratorDocumentation 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.