Table of Contents

Method Remove

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Remove(T)

Creates a new ImmutableValueSet<T> with the specified item removed.

public ImmutableValueSet<T> Remove(T value)

Parameters

value T

The item to remove.

Returns

ImmutableValueSet<T>

A new set with the item removed, or the same set if the item was not found.