FixedBufferAttribute(Type, Int32) Konstruktor

Definition

Initierar en ny instans av FixedBufferAttribute klassen.

public:
 FixedBufferAttribute(Type ^ elementType, int length);
public FixedBufferAttribute(Type elementType, int length);
new System.Runtime.CompilerServices.FixedBufferAttribute : Type * int -> System.Runtime.CompilerServices.FixedBufferAttribute
Public Sub New (elementType As Type, length As Integer)

Parametrar

elementType
Type

Typen av element som finns i bufferten.

length
Int32

Antalet element i bufferten.

Gäller för