Table of Contents

Method RemoveAt

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

RemoveAt(int)

Creates a new ImmutableValueList<T> with the item at the specified index removed.

public ImmutableValueList<T> RemoveAt(int index)

Parameters

index int

The zero-based index of the item to remove.

Returns

ImmutableValueList<T>

A new list with the item removed.