Table of Contents

Class ImmutableValueSet

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Provides static methods for creating ImmutableValueSet<T> instances.

public static class ImmutableValueSet
Inheritance
ImmutableValueSet
Inherited Members

Methods

Create<T>(ReadOnlySpan<T>)

Creates an ImmutableValueSet<T> from a span of values. Used by collection expressions.