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