Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method TryGetLeftValue

    TryGetLeftValue(TAlternateRight, out TLeft)

    Gets the left value associated with the specified alternate right value.

    Declaration
    public bool TryGetLeftValue(TAlternateRight rightValue, out TLeft leftValue)
    Parameters
    Type Name Description
    TAlternateRight rightValue
    TLeft leftValue
    Returns
    Type Description
    bool

    TryGetLeftValue(TAlternateRight, out TRight, out TLeft)

    Gets the left value associated with the specified alternate right value.

    Declaration
    public bool TryGetLeftValue(TAlternateRight rightValue, out TRight actualRightValue, out TLeft leftValue)
    Parameters
    Type Name Description
    TAlternateRight rightValue
    TRight actualRightValue
    TLeft leftValue
    Returns
    Type Description
    bool
    © Singulink. All rights reserved.