Share via


FixedBufferAttribute(Type, Int32) Konstruktor

Definisi

Menginisialisasi instans baru kelas 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)

Parameter

elementType
Type

Jenis elemen yang terkandung dalam buffer.

length
Int32

Jumlah elemen dalam buffer.

Berlaku untuk