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