Click to Rate and Give Feedback
MSDN
MSDN Library
.NET Development
.NET Framework 3.5
 SortedDictionary(TKey, TValue) Memb...
Members FilterMembers Filter
Frameworks FilterFrameworks Filter
This page is specific to
Microsoft Visual Studio 2008/.NET Framework 3.5

Other versions are also available for the following:
.NET Framework Class Library
SortedDictionary<(Of <(TKey, TValue>)>) Members

Updated: November 2007

Represents a collection of key/value pairs that are sorted on the key.

The SortedDictionary<(Of <(TKey, TValue>)>) type exposes the following members.

  NameDescription
SortedDictionary<(Of <(TKey, TValue>)>)Overloaded. Initializes a new instance of the SortedDictionary<(Of <(TKey, TValue>)>) class.
Top
  NameDescription
Add Adds an element with the specified key and value into the SortedDictionary<(Of <(TKey, TValue>)>).
Clear Removes all elements from the SortedDictionary<(Of <(TKey, TValue>)>).
ContainsKey Determines whether the SortedDictionary<(Of <(TKey, TValue>)>) contains an element with the specified key.
ContainsValue Determines whether the SortedDictionary<(Of <(TKey, TValue>)>) contains an element with the specified value.
CopyTo Copies the elements of the SortedDictionary<(Of <(TKey, TValue>)>) to the specified array of KeyValuePair<(Of <(TKey, TValue>)>) structures, starting at the specified index.
Equals Determines whether the specified Object is equal to the current Object. (Inherited from Object.)
Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.)
GetEnumerator Returns an enumerator that iterates through the SortedDictionary<(Of <(TKey, TValue>)>).
GetHashCode Serves as a hash function for a particular type. (Inherited from Object.)
GetType Gets the Type of the current instance. (Inherited from Object.)
MemberwiseClone Creates a shallow copy of the current Object. (Inherited from Object.)
Remove Removes the element with the specified key from the SortedDictionary<(Of <(TKey, TValue>)>).
ToString Returns a String that represents the current Object. (Inherited from Object.)
TryGetValue Gets the value associated with the specified key.
Top
  NameDescription
Aggregate Applies an accumulator function over a sequence. (Defined by Enumerable.)
All Determines whether all elements of a sequence satisfy a condition. (Defined by Enumerable.)
AnyOverloaded.
AsEnumerable Returns the input typed as IEnumerable<(Of <(T>)>). (Defined by Enumerable.)
AsQueryableOverloaded.
AverageOverloaded.
Cast Converts the elements of an IEnumerable to the specified type. (Defined by Enumerable.)
Concat Concatenates two sequences. (Defined by Enumerable.)
ContainsOverloaded.
CountOverloaded.
DefaultIfEmptyOverloaded.
DistinctOverloaded.
ElementAt Returns the element at a specified index in a sequence. (Defined by Enumerable.)
ElementAtOrDefault Returns the element at a specified index in a sequence or a default value if the index is out of range. (Defined by Enumerable.)
ExceptOverloaded.
FirstOverloaded.
FirstOrDefaultOverloaded.
IntersectOverloaded.
LastOverloaded.
LastOrDefaultOverloaded.
LongCountOverloaded.
MaxOverloaded.
MinOverloaded.
OfType Filters the elements of an IEnumerable based on a specified type. (Defined by Enumerable.)
Reverse Inverts the order of the elements in a sequence. (Defined by Enumerable.)
SequenceEqualOverloaded.
SingleOverloaded.
SingleOrDefaultOverloaded.
Skip Bypasses a specified number of elements in a sequence and then returns the remaining elements. (Defined by Enumerable.)
SkipWhileOverloaded.
SumOverloaded.
Take Returns a specified number of contiguous elements from the start of a sequence. (Defined by Enumerable.)
TakeWhileOverloaded.
ToArray Creates an array from a IEnumerable<(Of <(T>)>). (Defined by Enumerable.)
ToList Creates a List<(Of <(T>)>) from an IEnumerable<(Of <(T>)>). (Defined by Enumerable.)
UnionOverloaded.
WhereOverloaded.
Top
  NameDescription
Comparer Gets the IComparer<(Of <(T>)>) used to order the elements of the SortedDictionary<(Of <(TKey, TValue>)>).
Count Gets the number of key/value pairs contained in the SortedDictionary<(Of <(TKey, TValue>)>).
Item Gets or sets the value associated with the specified key.
Keys Gets a collection containing the keys in the SortedDictionary<(Of <(TKey, TValue>)>).
Values Gets a collection containing the values in the SortedDictionary<(Of <(TKey, TValue>)>).
Top
  NameDescription
ICollection<(Of <(KeyValuePair<(Of <(TKey, TValue>)>)>)>)..::.Add Adds an item to the ICollection<(Of <(T>)>).
IDictionary..::.Add Adds an element with the provided key and value to the IDictionary.
ICollection<(Of <(KeyValuePair<(Of <(TKey, TValue>)>)>)>)..::.Contains Determines whether the ICollection<(Of <(T>)>) contains a specific key and value.
IDictionary..::.Contains Determines whether the IDictionary contains an element with the specified key.
ICollection..::.CopyTo Copies the elements of the ICollection<(Of <(T>)>) to an array, starting at the specified array index.
IEnumerable<(Of <(KeyValuePair<(Of <(TKey, TValue>)>)>)>)..::.GetEnumerator Returns an enumerator that iterates through a collection.
IDictionary..::.GetEnumerator Returns an IDictionaryEnumerator for the IDictionary.
IEnumerable..::.GetEnumerator
IDictionary..::.IsFixedSize Gets a value indicating whether the IDictionary has a fixed size.
ICollection<(Of <(KeyValuePair<(Of <(TKey, TValue>)>)>)>)..::.IsReadOnly Gets a value indicating whether the ICollection<(Of <(T>)>) is read-only.
IDictionary..::.IsReadOnly Gets a value indicating whether the IDictionary is read-only.
ICollection..::.IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe).
IDictionary..::.Item Gets or sets the element with the specified key.
IDictionary<(Of <(TKey, TValue>)>)..::.Keys Gets an ICollection<(Of <(T>)>) containing the keys of the IDictionary<(Of <(TKey, TValue>)>).
IDictionary..::.Keys Gets an ICollection containing the keys of the IDictionary.
ICollection<(Of <(KeyValuePair<(Of <(TKey, TValue>)>)>)>)..::.Remove Removes the first occurrence of the specified element from the ICollection<(Of <(T>)>).
IDictionary..::.Remove Removes the element with the specified key from the IDictionary.
ICollection..::.SyncRoot Gets an object that can be used to synchronize access to the ICollection.
IDictionary<(Of <(TKey, TValue>)>)..::.Values Gets an ICollection<(Of <(T>)>) containing the values in the IDictionary<(Of <(TKey, TValue>)>).
IDictionary..::.Values Gets an ICollection containing the values in the IDictionary.
Top
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations