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>::IDictionary::Keys Property
Gets an ICollection<T> containing the keys of the IDictionary<TKey, TValue>.
Assembly: System.Collections.Immutable (in System.Collections.Immutable.dll)
private: property ICollection^ Keys { virtual ICollection^ get() sealed = IDictionary::Keys::get; }
Property Value
Type: System.Collections::ICollection^An ICollection<T> containing the keys of the object that implements IDictionary<TKey, TValue>.
Implements
IDictionary::Keys
Show: