Click or drag to resize

ITypeDeclCreateArrayRef Method (Int32)

Create an array reference to the type.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
TypeRef CreateArrayRef(
	params int[] ranks
)

Parameters

ranks
Type: SystemInt32

Return Value

Type: TypeRef
See Also