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