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