IReadOnlyMap<TKey,TValue>.Keys Property

Gets an IReadOnlyCollection<T> containing the keys of the map.

Namespace: Spring.Collections
public
 property Keys: IReadOnlyCollection<TKey> read GetKeys;

Property Value

Type: IReadOnlyCollection<TKey>

An IReadOnlyCollection<T> containing the keys of the object that implements map.