Table of Contents

Constructor ValueHashSet

Namespace
GuildWars2.Collections
Assembly
GW2SDK.dll

ValueHashSet()

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

public ValueHashSet()

ValueHashSet(IEnumerable<T>)

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

public ValueHashSet(IEnumerable<T> collection)

Parameters

collection IEnumerable<T>

The collection whose elements are copied to the new set.