FixedBufferAttribute.ElementType 属性

定义

获取固定缓冲区中包含的元素的类型。Gets the type of the elements contained in the fixed buffer.

public:
 property Type ^ ElementType { Type ^ get(); };
public Type ElementType { get; }
member this.ElementType : Type
Public ReadOnly Property ElementType As Type

属性值

Type

元素的类型。The type of the elements.

适用于