Table of Contents

Method AddRange

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

AddRange(IEnumerable<T>)

Makes a copy of the list and adds the specified objects to the end of the copied list.

IImmutableValueList<T> AddRange(IEnumerable<T> items)

Parameters

items IEnumerable<T>

The objects to add to the list.

Returns

IImmutableValueList<T>

A new list with the elements added.