FixedBufferAttribute(Type, Int32) Конструктор

Определение

Инициализирует новый экземпляр класса 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)

Параметры

elementType
Type

Тип элементов, содержащихся в буфере.

length
Int32

Количество элементов в буфере.

Применяется к