Mono Class Library: OverviewSystem.Collections.SortedList: Members |
The members of System.Collections.SortedList are listed below.
See Also: Inherited members from System.Object
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.
Capacity int. Documentation for this section has not yet been entered. [read-only] Count int. Documentation for this section has not yet been entered. [read-only] IsFixedSize bool. Documentation for this section has not yet been entered. [read-only] IsReadOnly bool. Documentation for this section has not yet been entered. [read-only] IsSynchronized bool. Documentation for this section has not yet been entered. default propertyItem(object) object. Documentation for this section has not yet been entered. [read-only] Keys ICollection. Documentation for this section has not yet been entered. [read-only] SyncRoot object. Documentation for this section has not yet been entered. [read-only] Values ICollection. Documentation for this section has not yet been entered.
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. staticSynchronized(SortedList) : SortedList Documentation for this section has not yet been entered.TrimToSize() Documentation for this section has not yet been entered.
IEnumerable.GetEnumerator Documentation for this section has not yet been entered.
staticAsQueryable(this IEnumerable) : System.Linq.IQueryable Documentation for this section has not yet been entered. staticCast<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered. staticOfType<TResult>(this IEnumerable) : IEnumerable<TResult> Documentation for this section has not yet been entered.