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
valueTThe item to add.
Returns
- ImmutableValueSet<T>
A new set with the item added, or the same set if the item already exists.