FixedBufferAttribute(Type, Int32) Constructor

Definición

Inicializa una nueva instancia de la clase 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)

Parámetros

elementType
Type

Tipo de los elementos contenidos en el búfer.

length
Int32

Número de elementos del búfer.

Se aplica a