Edit

Share via


InlineArray2<T> Struct

Definition

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

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

Type Parameters

T

The type of elements in the array.

Inheritance
InlineArray2<T>

Applies to