Mono Class Library: Overview

System.Collections.SortedList: Method Members

The methods of System.Collections.SortedList are listed below. For a list of all members, see the SortedList Members list.

See Also: Inherited members from System.Object

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.