Keys Property

ReadOnlyDictionary(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 a key collection that contains the keys of the dictionary.

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

'Declaration
Public ReadOnly Property Keys As ReadOnlyDictionary<(Of <(<'TKey, TValue>)>)>..::..KeyCollection

Property Value

Type: System.Collections.ObjectModel.ReadOnlyDictionary(Of TKey, TValue).KeyCollection
A key collection that contains the keys of the dictionary.

Windows Phone OS

Supported in: 8.1, 8.0

Show:
© 2017 Microsoft