Table of Contents

Method Add

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Add(T)

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

public ImmutableValueSet<T> Add(T value)

Parameters

value T

The item to add.

Returns

ImmutableValueSet<T>

A new set with the item added, or the same set if the item already exists.