CodeTypeReference::ArrayElementType Property

 

Gets or sets the type of the elements in the array.

Namespace:   System.CodeDom
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.

This is disregarded unless the ArrayRank property is greater than or equal to 1.

.NET Framework
Available since 1.1
Return to top
Show: