TMapBase<TKey,T>.Keys Property

Gets an IReadOnlyCollection<T> containing the keys of the IMap<TKey, TValue>.

Namespace: Spring.Collections.Base
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>.Keys
IReadOnlyMap<TKey,TValue>.Keys