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

El tipo de los elementos contenidos en el búfer.

length
Int32

Número de elementos que hay en el búfer.

Se aplica a