Table of Contents

Method Insert

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Insert(int, T)

Inserts the specified element at the specified index in the immutable list.

IImmutableValueList<T> Insert(int index, T element)

Parameters

index int

The zero-based index at which to insert the value.

element T

The object to insert.

Returns

IImmutableValueList<T>

A new immutable list that includes the specified element.