Method Add
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Add(T)
Creates a new ImmutableValueArray<T> with the specified item added to the end.
public ImmutableValueArray<T> Add(T value)
Parameters
valueTThe item to add.
Returns
- ImmutableValueArray<T>
A new array with the item added.