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 |