FixedBufferAttribute(Type, Int32) Konstruktor

Definicja

Inicjuje nowe wystąpienie klasy FixedBufferAttribute.

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)

Parametry

elementType
Type

Typ elementów zawartych w buforze.

length
Int32

Liczba elementów w buforze.

Dotyczy