Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method TryGetValue

    TryGetValue(T, out T)

    Searches the set for the given value and returns the equal value, if any.

    Declaration
    public bool TryGetValue(T equalValue, out T actualValue)
    Parameters
    Type Name Description
    T equalValue
    T actualValue
    Returns
    Type Description
    bool
    © Singulink. All rights reserved.