System.Collections.Generic.SortedDictionary<TKey,TValue> Members

The members of System.Collections.Generic.SortedDictionary<TKey,TValue> are listed below.

See Also: Inherited members from System.Object

Public Constructors

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.

Protected Constructors

Public Properties

[read-only]
ComparerIComparer<TKey>. Documentation for this section has not yet been entered.
[read-only]
Countint. 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]
KeysSortedDictionary<TKey, TValue>.KeyCollection. Documentation for this section has not yet been entered.
[read-only]
ValuesSortedDictionary<TKey, TValue>.ValueCollection. Documentation for this section has not yet been entered.

Public Methods

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.
GetObjectData(System.Runtime.Serialization.SerializationInfo, System.Runtime.Serialization.StreamingContext)
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.

Explicitly Implemented Interface Members

ICollection<KeyValuePair<TKey, TValue>>.AddDocumentation for this section has not yet been entered.
IDictionary.AddDocumentation for this section has not yet been entered.
ICollection<KeyValuePair<TKey, TValue>>.ContainsDocumentation for this section has not yet been entered.
IDictionary.ContainsDocumentation for this section has not yet been entered.
ICollection.CopyToDocumentation for this section has not yet been entered.
IEnumerable<KeyValuePair<TKey, TValue>>.GetEnumeratorDocumentation for this section has not yet been entered.
IDictionary.GetEnumeratorDocumentation for this section has not yet been entered.
IEnumerable.GetEnumeratorDocumentation for this section has not yet been entered.
[read-only]
IDictionary.IsFixedSizebool. Documentation for this section has not yet been entered.
[read-only]
ICollection<KeyValuePair<TKey, TValue>>.IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
IDictionary.IsReadOnlybool. Documentation for this section has not yet been entered.
[read-only]
ICollection.IsSynchronizedbool. Documentation for this section has not yet been entered.
IDictionary.Itemobject. Documentation for this section has not yet been entered.
[read-only]
IDictionary<TKey, TValue>.KeysICollection<TKey>. Documentation for this section has not yet been entered.
[read-only]
IDictionary.KeysICollection. Documentation for this section has not yet been entered.
ICollection<KeyValuePair<TKey, TValue>>.RemoveDocumentation for this section has not yet been entered.
IDictionary.RemoveDocumentation for this section has not yet been entered.
[read-only]
ICollection.SyncRootobject. Documentation for this section has not yet been entered.
[read-only]
IDictionary<TKey, TValue>.ValuesICollection<TValue>. Documentation for this section has not yet been entered.
[read-only]
IDictionary.ValuesICollection. Documentation for this section has not yet been entered.