Table of Contents

Class ImmutableValueArray

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Provides static methods for creating ImmutableValueArray<T> instances.

public static class ImmutableValueArray
Inheritance
ImmutableValueArray
Inherited Members

Methods

Create<T>(ReadOnlySpan<T>)

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