CodeTypeReference Constructor (CodeTypeReference^, Int32)
.NET Framework (current version)
Initializes a new instance of the CodeTypeReference class using the specified array type and rank.
Assembly: System (in System.dll)
Parameters
- arrayType
-
Type:
System.CodeDom::CodeTypeReference^
A CodeTypeReference that indicates the type of the array.
- rank
-
Type:
System::Int32
The number of dimensions in the array.
This constructor can be used to construct arrays of arrays by nesting CodeTypeReference objects.
.NET Framework
Available since 1.1
Available since 1.1
Show: