Click or drag to resize

TypeDeclCreateArrayRef Method (Boolean, Int32)

Create an array reference to this TypeDecl.

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

Parameters

isFirstOnLine
Type: SystemBoolean
ranks
Type: SystemInt32

Return Value

Type: TypeRef
A TypeRef.

Implements

ITypeDeclCreateArrayRef(Boolean, Int32)
See Also