Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method UnionWith

    UnionWith(IEnumerable<TValue>)

    Modifies the current set to contain all items that are present in the set, the specified collection, or both.

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