Collections Collections
Collections Collections
DocFX + Singulink = ♥

Search Results for

    Method SymmetricExceptWith

    SymmetricExceptWith(IEnumerable<TValue>)

    Modifies the current set to contain only items that are present either in the set or in the specified collection, but not both.

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