ImmutableDictionary<TKey, TValue>::Keys Property
Gets the keys in the immutable dictionary.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
Property Value
Type: System.Collections.Generic::IEnumerable<TKey>^The keys in the immutable dictionary.
Implements
IReadOnlyDictionary<TKey, TValue>::Keys
Show: