Method Add
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Add(T)
Makes a copy of the list, and adds the specified object to the end of the copied list.
IImmutableValueList<T> Add(T value)
Parameters
valueTThe object to add to the list.
Returns
- IImmutableValueList<T>
A new list with the object added.