Method RemoveAt
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
RemoveAt(int)
Removes the element at the specified index of the immutable list.
IImmutableValueList<T> RemoveAt(int index)
Parameters
indexintThe index of the element to remove.
Returns
- IImmutableValueList<T>
A new list with the element removed.