Table of Contents

Constructor ImmutableValueList

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

ImmutableValueList()

Initializes a new instance of the ImmutableValueList<T> class that is empty.

public ImmutableValueList()

ImmutableValueList(IEnumerable<T>)

Initializes a new instance of the ImmutableValueList<T> class that contains elements copied from the specified collection.

public ImmutableValueList(IEnumerable<T> collection)

Parameters

collection IEnumerable<T>

The collection whose elements are copied to the new list.