CodeTypeReference Constructor (String^, Int32)

 

Initializes a new instance of the CodeTypeReference class using the specified array type name and rank.

Namespace:   System.CodeDom
Assembly:  System (in System.dll)

public:
CodeTypeReference(
	String^ baseType,
	int rank
)

Parameters

baseType
Type: System::String^

The name of the type of the elements of the array.

rank
Type: System::Int32

The number of dimensions of the array.

.NET Framework
Available since 1.1
Return to top
Show: