Click or drag to resize

TypeDeclCreateRef Method (Boolean, Expression)

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,
	params Expression[] typeArguments
)

Parameters

isFirstOnLine
Type: SystemBoolean
typeArguments
Type: Nova.CodeDOMExpression

Return Value

Type: TypeRef
A TypeRef.
See Also