Table of Contents

Method Except

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Except(IEnumerable<T>)

Creates a new ImmutableValueSet<T> that contains elements in this set but not in the specified collection.

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

Parameters

other IEnumerable<T>

The collection to except.

Returns

ImmutableValueSet<T>

A new set containing elements present in this set but not in the specified collection.