IDictionary(TKey, TValue) Properties
Collapse the table of content
Expand the table of content

IDictionary(Of TKey, TValue) Properties

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

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

  NameDescription
Public property Count Gets the number of elements contained in the ICollection(Of T). (Inherited from ICollection(Of T).)
Public property IsReadOnly Gets a value indicating whether the ICollection(Of T) is read-only. (Inherited from ICollection(Of T).)
Public property Item Gets or sets the element with the specified key.
Public property Keys Gets an ICollection(Of T) containing the keys of the IDictionary(Of TKey, TValue).
Public property Values Gets an ICollection(Of T) containing the values in the IDictionary(Of TKey, TValue).
Top

Show:
© 2017 Microsoft