Table of Contents

Method Except

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Except(IEnumerable<T>)

Removes the elements in the specified collection from the current immutable set.

IImmutableValueSet<T> Except(IEnumerable<T> other)

Parameters

other IEnumerable<T>

The collection of items to remove from this set.

Returns

IImmutableValueSet<T>

A new set with the items removed; or the original set if none of the items were in the set.