Search Results for

    Method Remove

    Remove(T)

    Declaration
    public bool Remove(T item)
    Parameters
    Type Name Description
    T item
    Returns
    Type Description
    bool
    Implements
    ICollection<T>.Remove(T)
    In This Article