Sdílet prostřednictvím


FixedBufferAttribute(Type, Int32) Konstruktor

Definice

Inicializuje novou instanci FixedBufferAttribute třídy .

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 prvků obsažených ve vyrovnávací paměti.

length
Int32

Počet prvků ve vyrovnávací paměti.

Platí pro