Method AddRange
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
AddRange(IEnumerable<T>)
Creates a new ImmutableValueArray<T> with the specified items added to the end.
public ImmutableValueArray<T> AddRange(IEnumerable<T> values)
Parameters
valuesIEnumerable<T>The items to add.
Returns
- ImmutableValueArray<T>
A new array with the items added.