The members of System.Collections.Generic.SortedList<TKey,TValue> are listed below.
See Also: Inherited members from System.Object
Initializes a new instance of the SortedList`2 class that is empty, has the default initial capacity, and uses the default IComparer`1. | ||
Documentation for this section has not yet been entered. | ||
Documentation for this section has not yet been entered. | ||
Initializes a new instance of the SortedList`2 class that is empty, has the specified initial capacity, and uses the default IComparer`1. | ||
Documentation for this section has not yet been entered. | ||
Documentation for this section has not yet been entered. |
Capacity | int.
Gets or sets the number of elements that the SortedList`2 can contain. | |
[read-only] | Comparer | IComparer<TKey>.
Gets the IComparer`1 for the sorted list. |
[read-only] | Count | int.
Gets the number of key/value pairs contained in the SortedList`2. |
default property | Item(TKey) | TValue. Documentation for this section has not yet been entered. |
[read-only] | Keys | IList<TKey>.
Gets a collection containing the keys in the SortedList`2, in sorted order. |
[read-only] | Values | IList<TValue>.
Gets a collection containing the values in the SortedList`2. |
Add(TKey, TValue)Documentation for this section has not yet been entered. | ||
Clear()
| ||
ContainsKey(TKey)Documentation for this section has not yet been entered. | ||
ContainsValue(TValue)Documentation for this section has not yet been entered. | ||
GetEnumerator()
| ||
IndexOfKey(TKey)Documentation for this section has not yet been entered. | ||
IndexOfValue(TValue)Documentation for this section has not yet been entered. | ||
Remove(TKey)Documentation for this section has not yet been entered. | ||
RemoveAt(int)
| ||
TrimExcess()
| ||
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 |
Adds an element with the provided key and value to the IDictionary. | |
ICollection<KeyValuePair<TKey, TValue>>.Clear | 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 |
Determines whether the IDictionary contains an element with the specified key. | |
ICollection.CopyTo |
Copies the elements of the ICollection to an Array, starting at a particular Array index. | |
ICollection<KeyValuePair<TKey, TValue>>.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 |
Returns an IDictionaryEnumerator for the IDictionary. | |
IEnumerable.GetEnumerator |
Returns an enumerator that iterates through a collection. | |
[read-only] | IDictionary.IsFixedSize | bool.
Gets a value indicating whether the IDictionary has a fixed size. |
[read-only] | ICollection<KeyValuePair<TKey, TValue>>.IsReadOnly | bool. Documentation for this section has not yet been entered. |
[read-only] | IDictionary.IsReadOnly | bool.
Gets a value indicating whether the IDictionary is read-only. |
[read-only] | ICollection.IsSynchronized | bool.
Gets a value indicating whether access to the ICollection is synchronized (thread safe). |
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.
Gets an ICollection containing the keys of the IDictionary. |
ICollection<KeyValuePair<TKey, TValue>>.Remove | Documentation for this section has not yet been entered. | |
IDictionary.Remove |
Removes the element with the specified key from the IDictionary. | |
[read-only] | ICollection.SyncRoot | object.
Gets an object that can be used to synchronize access to the ICollection. |
[read-only] | IDictionary<TKey, TValue>.Values | ICollection<TValue>. Documentation for this section has not yet been entered. |
[read-only] | IDictionary.Values | ICollection.
Gets an ICollection containing the values in the IDictionary. |