Click or drag to resize

AliasCreateRef Method (Boolean)

Create a reference to the Alias.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public override SymbolicRef CreateRef(
	bool isFirstOnLine = false
)

Parameters

isFirstOnLine (Optional)
Type: SystemBoolean
True if the reference should be displayed on a new line.

Return Value

Type: SymbolicRef
An AliasRef.

Implements

INamedCodeObjectCreateRef(Boolean)
See Also