The methods of System.Collections.Generic.SortedList<TKey,TValue> are listed below. For a list of all members, see the SortedList<TKey,TValue> Members list.
See Also: Inherited members from System.Object
Add(TKey, TValue) Documentation for this section has not yet been entered.Clear() Documentation for this section has not yet been entered.ContainsKey(TKey) : bool Documentation for this section has not yet been entered.ContainsValue(TValue) : bool Documentation for this section has not yet been entered.GetEnumerator() : IEnumerator<KeyValuePair<TKey, TValue>> Documentation for this section has not yet been entered.IndexOfKey(TKey) : int Documentation for this section has not yet been entered.IndexOfValue(TValue) : int Documentation for this section has not yet been entered.Remove(TKey) : bool Documentation for this section has not yet been entered.RemoveAt(int) Documentation for this section has not yet been entered.TrimExcess() Documentation for this section has not yet been entered.TryGetValue(TKey, out TValue) : bool Documentation for this section has not yet been entered.