CodeTypeReference::ArrayElementType Property
.NET Framework (current version)
Gets or sets the type of the elements in the array.
Assembly: System (in System.dll)
public: property CodeTypeReference^ ArrayElementType { CodeTypeReference^ get(); void set(CodeTypeReference^ value); }
Property Value
Type: System.CodeDom::CodeTypeReference^A CodeTypeReference that indicates the type of the array elements.
.NET Framework
Available since 1.1
Available since 1.1
Show: