FixedBufferAttribute(Type, Int32) Construtor
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Inicializa uma nova instância da FixedBufferAttribute classe.
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.