The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
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: