Click or drag to resize

NamespaceCreateRef Method

Create a reference to the Namespace.

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
A NamespaceRef.

Implements

INamedCodeObjectCreateRef(Boolean)
See Also