Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    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 Description
    Map<TLeft, TRight>.AlternateLookup<TAlternateLeft, TAlternateRight>
    Type Parameters
    Name Description
    TAlternateLeft
    TAlternateRight
    © Singulink. All rights reserved.