Click or drag to resize

CodeObjectCreateRef Method

Create a reference to the CodeObject.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public virtual 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
The appropriate type of reference.
See Also