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.
Assembly: mscorlib (in mscorlib.dll)
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.
Show: