Table of Contents

Constructor ImmutableValueArray

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

ImmutableValueArray()

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

public ImmutableValueArray()

ImmutableValueArray(IEnumerable<T>)

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

public ImmutableValueArray(IEnumerable<T> collection)

Parameters

collection IEnumerable<T>

The collection whose elements are copied to the new array.