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: