FixedBufferAttribute(Type, Int32) Construtor

Definição

Inicializa uma nova instância da 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)

Parâmetros

elementType
Type

O tipo dos elementos contidos no buffer.

length
Int32

O número de elementos no buffer.

Aplica-se a