FixedBufferAttribute(Type, Int32) Costruttore

Definizione

Inizializza una nuova istanza della classe 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)

Parametri

elementType
Type

Tipo degli elementi contenuti nel buffer.

length
Int32

Numero di elementi contenuti nel buffer.

Si applica a