IReadOnlyMap<TKey,TValue>.Keys Property
Gets an IReadOnlyCollection<T> containing the keys of the map.
public property Keys: IReadOnlyCollection<TKey> read GetKeys;
Property Value
Type: IReadOnlyCollection<TKey>
An IReadOnlyCollection<T> containing the keys of the object that implements map.