Table of Contents

Method SymmetricExcept

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

SymmetricExcept(IEnumerable<T>)

Creates a new ImmutableValueSet<T> that contains elements present in either this set or the specified collection, but not both.

public ImmutableValueSet<T> SymmetricExcept(IEnumerable<T> other)

Parameters

other IEnumerable<T>

The collection to compare.

Returns

ImmutableValueSet<T>

A new set containing elements present in either this set or the specified collection, but not both.