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