Property IReadOnlyDictionary<TLeft, TRight>.Keys
IReadOnlyDictionary<TLeft, TRight>.Keys
Gets the values on the left side of the map.
Declaration
IEnumerable<TLeft> IReadOnlyDictionary<TLeft, TRight>.Keys { get; }
Returns
| Type | Description |
|---|---|
| IEnumerable<TLeft> |