Method TryGetAlternateLookup
TryGetAlternateLookup<TAlternateLeft, TAlternateRight>(out AlternateLookup<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 bool TryGetAlternateLookup<TAlternateLeft, TAlternateRight>(out Map<TLeft, TRight>.AlternateLookup<TAlternateLeft, TAlternateRight> lookup) where TAlternateLeft : notnull, allows ref struct where TAlternateRight : notnull, allows ref struct
Parameters
Type |
Name |
Description |
Map<TLeft, TRight>.AlternateLookup<TAlternateLeft, TAlternateRight> |
lookup |
|
Returns
Type Parameters
Name |
Description |
TAlternateLeft |
|
TAlternateRight |
|