Table of Contents

Method Clear

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Clear()

Creates a list with all the items removed, but with the same sorting and ordering semantics as this list.

IImmutableValueList<T> Clear()

Returns

IImmutableValueList<T>

An empty list that has the same sorting and ordering semantics as this instance.