Table of Contents

Method Remove

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Remove(T)

Removes the specified element from this immutable set.

IImmutableValueSet<T> Remove(T value)

Parameters

value T

The element to remove.

Returns

IImmutableValueSet<T>

A new set with the specified element removed, or the current set if the element cannot be found in the set.