Constructor ImmutableValueSet
- Namespace
- GuildWars2.Collections
- Assembly
- GuildWars2.dll
ImmutableValueSet()
Initializes a new instance of the ImmutableValueSet<T> class that is empty.
public ImmutableValueSet()
ImmutableValueSet(IEnumerable<T>)
Initializes a new instance of the ImmutableValueSet<T> class that contains elements copied from the specified collection.
public ImmutableValueSet(IEnumerable<T> collection)
Parameters
collectionIEnumerable<T>The collection whose elements are copied to the new set.