Method Clear
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
Clear()
Creates a new ImmutableValueList<T> with all items removed.
public ImmutableValueList<T> Clear()
Returns
- ImmutableValueList<T>
An empty list.
Creates a new ImmutableValueList<T> with all items removed.
public ImmutableValueList<T> Clear()
An empty list.