Edit

Share via


InlineArray6<T> Struct

Definition

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

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

Type Parameters

T

The type of elements in the array.

Inheritance
InlineArray6<T>

Applies to