SortedDictionary(TKey, TValue) Properties

SortedDictionary(Of TKey, TValue) Properties

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

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

  NameDescription
Public property Comparer Gets the IComparer(Of T) used to order the elements of the SortedDictionary(Of TKey, TValue).
Public property Count Gets the number of key/value pairs contained in the SortedDictionary(Of TKey, TValue).
Public property Item Gets or sets the value associated with the specified key.
Public property Keys Gets a collection containing the keys in the SortedDictionary(Of TKey, TValue).
Public property Values Gets a collection containing the values in the SortedDictionary(Of TKey, TValue).
Top

  NameDescription
Explicit interface implemetation Private property ICollection(Of KeyValuePair(Of TKey, TValue)).IsReadOnly Gets a value indicating whether the ICollection(Of T) is read-only.
Explicit interface implemetation Private property ICollection.IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe).
Explicit interface implemetation Private property ICollection.SyncRoot Gets an object that can be used to synchronize access to the ICollection.
Explicit interface implemetation Private property IDictionary.IsFixedSize Gets a value indicating whether the IDictionary has a fixed size.
Explicit interface implemetation Private property IDictionary.IsReadOnly Gets a value indicating whether the IDictionary is read-only.
Explicit interface implemetation Private property IDictionary.Item Gets or sets the element with the specified key.
Explicit interface implemetation Private property IDictionary(Of TKey, TValue).Keys Gets an ICollection(Of T) containing the keys of the IDictionary(Of TKey, TValue).
Explicit interface implemetation Private property IDictionary.Keys Gets an ICollection containing the keys of the IDictionary.
Explicit interface implemetation Private property IDictionary(Of TKey, TValue).Values Gets an ICollection(Of T) containing the values in the IDictionary(Of TKey, TValue).
Explicit interface implemetation Private property IDictionary.Values Gets an ICollection containing the values in the IDictionary.
Top

Show:
© 2017 Microsoft