Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method TryGetValue

    TryGetValue(TAlternateKey, out TValue)

    Gets the value associated with the specified alternate key.

    Declaration
    public bool TryGetValue(TAlternateKey key, out TValue value)
    Parameters
    Type Name Description
    TAlternateKey key
    TValue value
    Returns
    Type Description
    bool

    TryGetValue(TAlternateKey, out TKey, out TValue)

    Gets the value associated with the specified alternate key.

    Declaration
    public bool TryGetValue(TAlternateKey key, out TKey actualKey, out TValue value)
    Parameters
    Type Name Description
    TAlternateKey key
    TKey actualKey
    TValue value
    Returns
    Type Description
    bool
    © Singulink. All rights reserved.