Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method RemoveAll

    RemoveAll(Predicate<TValue>)

    Removes all the items that match the conditions defined by the specified predicate.

    Declaration
    public int RemoveAll(Predicate<TValue> match)
    Parameters
    Type Name Description
    Predicate<TValue> match
    Returns
    Type Description
    int

    The number of items removed from the list.

    © Singulink. All rights reserved.