Method GetAlternateLookup
GetAlternateLookup<TAlternateLeft, TAlternateRight>()
Gets an alternate lookup that can be used to perform operations on this map using TAlternateLeft instead of TLeft and TAlternateRight instead of TRight.
Declaration
public Map<TLeft, TRight>.AlternateLookup<TAlternateLeft, TAlternateRight> GetAlternateLookup<TAlternateLeft, TAlternateRight>() where TAlternateLeft : notnull, allows ref struct where TAlternateRight : notnull, allows ref struct
Returns
Type Parameters
| Name |
Description |
| TAlternateLeft |
|
| TAlternateRight |
|