The methods of System.Collections.Generic.SortedDictionary<TKey,TValue> are listed below. For a list of all members, see the SortedDictionary<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.CopyTo(KeyValuePair<TKey, TValue>[], int) Documentation for this section has not yet been entered.GetEnumerator() : SortedDictionary<TKey, TValue>.Enumerator Documentation for this section has not yet been entered.Remove(TKey) : bool Documentation for this section has not yet been entered.TryGetValue(TKey, out TValue) : bool Documentation for this section has not yet been entered.