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