Property IReadOnlyMap<TLeft, TRight>.Reverse
IReadOnlyMap<TLeft, TRight>.Reverse
Gets the reverse map where the left and right side are flipped.
Declaration
IReadOnlyMap<TRight, TLeft> IReadOnlyMap<TLeft, TRight>.Reverse { get; }
Returns
| Type | Description |
|---|---|
| IReadOnlyMap<TRight, TLeft> |