Method Add
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Add(T)
Adds the specified element to this immutable set.
IImmutableValueSet<T> Add(T value)
Parameters
valueTThe element to add.
Returns
- IImmutableValueSet<T>
A new set with the element added, or this set if the element is already in the set.