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