Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method Remove

    Remove(TLeft, TRight)

    Removes an association from the map between the specified left and right value if they currently map to each other and returns true if removal was successful. If the left and right values do not map to each other then no changes are made and false is returned.

    Declaration
    bool Remove(TLeft leftValue, TRight rightValue)
    Parameters
    Type Name Description
    TLeft leftValue
    TRight rightValue
    Returns
    Type Description
    bool
    © Singulink. All rights reserved.