Keys Property
Collapse the table of content
Expand the table of content

IReadOnlyDictionary(Of TKey, TValue).Keys Property

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

Gets an enumerable collection that contains the keys in the read-only dictionary.

Namespace:  System.Collections.Generic
Assembly:  mscorlib (in mscorlib.dll)

'Declaration
ReadOnly Property Keys As IEnumerable(Of TKey)

Property Value

Type: System.Collections.Generic.IEnumerable(Of TKey)
An enumerable collection that contains the keys in the read-only dictionary.

The order of the keys in the enumerable collection is unspecified, but the implementation must guarantee that the keys are in the same order as the corresponding values in the enumerable collection that is returned by the Values property.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft