The members of System.Collections.Generic.SortedDictionary<TKey,TValue> 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. |
[read-only] | Comparer | IComparer<TKey>. Documentation for this section has not yet been entered. |
[read-only] | Count | int. Documentation for this section has not yet been entered. |
default property | Item(TKey) | TValue. Documentation for this section has not yet been entered. |
[read-only] | Keys | SortedDictionary<TKey, TValue>.KeyCollection. Documentation for this section has not yet been entered. |
[read-only] | Values | SortedDictionary<TKey, TValue>.ValueCollection. Documentation for this section has not yet been entered. |
Add(TKey, TValue)Documentation for this section has not yet been entered. | ||
Clear()Documentation for this section has not yet been entered. | ||
ContainsKey(TKey)Documentation for this section has not yet been entered. | ||
ContainsValue(TValue)Documentation for this section has not yet been entered. | ||
CopyTo(KeyValuePair<TKey, TValue>[], int)Documentation for this section has not yet been entered. | ||
GetEnumerator()Documentation for this section has not yet been entered. | ||
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)Documentation for this section has not yet been entered. | ||
Remove(TKey)Documentation for this section has not yet been entered. | ||
TryGetValue(TKey, out TValue)Documentation for this section has not yet been entered. |
ICollection<KeyValuePair<TKey, TValue>>.Add | Documentation for this section has not yet been entered. | |
IDictionary.Add | Documentation for this section has not yet been entered. | |
ICollection<KeyValuePair<TKey, TValue>>.Contains | Documentation for this section has not yet been entered. | |
IDictionary.Contains | Documentation for this section has not yet been entered. | |
ICollection.CopyTo | Documentation for this section has not yet been entered. | |
IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumerator | Documentation for this section has not yet been entered. | |
IDictionary.GetEnumerator | Documentation for this section has not yet been entered. | |
IEnumerable.GetEnumerator | Documentation for this section has not yet been entered. | |
[read-only] | IDictionary.IsFixedSize | bool. Documentation for this section has not yet been entered. |
[read-only] | ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly | bool. Documentation for this section has not yet been entered. |
[read-only] | IDictionary.IsReadOnly | bool. Documentation for this section has not yet been entered. |
[read-only] | ICollection.IsSynchronized | bool. Documentation for this section has not yet been entered. |
IDictionary.Item | object. Documentation for this section has not yet been entered. | |
[read-only] | IDictionary<TKey, TValue>.Keys | ICollection<TKey>. Documentation for this section has not yet been entered. |
[read-only] | IDictionary.Keys | ICollection. Documentation for this section has not yet been entered. |
ICollection<KeyValuePair<TKey, TValue>>.Remove | Documentation for this section has not yet been entered. | |
IDictionary.Remove | Documentation for this section has not yet been entered. | |
[read-only] | ICollection.SyncRoot | object. Documentation for this section has not yet been entered. |
[read-only] | IDictionary<TKey, TValue>.Values | ICollection<TValue>. Documentation for this section has not yet been entered. |
[read-only] | IDictionary.Values | ICollection. Documentation for this section has not yet been entered. |