Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    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 Description
    bool
    Type Parameters
    Name Description
    TAlternateLeft
    TAlternateRight
    © Singulink. All rights reserved.