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
indexintThe zero-based index at which to insert the value.
elementTThe object to insert.
Returns
- IImmutableValueList<T>
A new immutable list that includes the specified element.