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.
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).KeyCollectionA key collection that contains the keys of the dictionary.
Show: