Edit

Share via


InlineArray11<T> Struct

Definition

Represents an inline array of T with a fixed length of 11.

generic <typename T>
public value class InlineArray11
public struct InlineArray11<T>
type InlineArray11<'T> = struct
Public Structure InlineArray11(Of T)

Type Parameters

T

The type of elements in the array.

Inheritance
InlineArray11<T>

Applies to