FixedBufferAttribute.ElementType Property

Definition

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

Property Value

The type of the elements.

Applies to