Method RemoveAt
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
RemoveAt(int)
Creates a new ImmutableValueArray<T> with the item at the specified index removed.
public ImmutableValueArray<T> RemoveAt(int index)
Parameters
indexintThe zero-based index of the item to remove.
Returns
- ImmutableValueArray<T>
A new array with the item removed.