Table of Contents

Class ImmutableValueList

Namespace
GuildWars2.Collections
Assembly
GuildWars2.dll

Provides static methods for creating ImmutableValueList<T> instances.

public static class ImmutableValueList
Inheritance
ImmutableValueList
Inherited Members

Methods

Create<T>(ReadOnlySpan<T>)

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