Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method IntersectWith

    IntersectWith(IEnumerable<TValue>)

    Modifies the current set to contain only items that are also present in the specified collection.

    Declaration
    public void IntersectWith(IEnumerable<TValue> other)
    Parameters
    Type Name Description
    IEnumerable<TValue> other
    Implements
    ISet<T>.IntersectWith(IEnumerable<T>)
    © Singulink. All rights reserved.