Click or drag to resize

TypeDeclCreateRef Method (Boolean, ChildListExpression, ListInt32, Int32)

Create a reference to the TypeDecl.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public TypeRef CreateRef(
	bool isFirstOnLine,
	ChildList<Expression> typeArguments,
	List<int> arrayRanks = null,
	int pointerCount = 0
)

Parameters

isFirstOnLine
Type: SystemBoolean
typeArguments
Type: Nova.CodeDOMChildListExpression
arrayRanks (Optional)
Type: System.Collections.GenericListInt32
pointerCount (Optional)
Type: SystemInt32

Return Value

Type: TypeRef
A TypeRef.

Implements

ITypeDeclCreateRef(Boolean, ChildListExpression, ListInt32, Int32)
See Also