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