FixedBufferAttribute(Type, Int32) Konstruktor

Definition

Initialisiert eine neue Instanz der FixedBufferAttribute-Klasse.

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)

Parameter

elementType
Type

Der Typ der im Puffer enthaltenen Elemente.

length
Int32

Die Anzahl der Elemente im Puffer.

Gilt für: