Click or drag to resize

NamespaceRefEvaluateTypeOrNamespace Method

Evaluates the NamespaceRef to itself.

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

Parameters

withoutConstants (Optional)
Type: SystemBoolean

Return Value

Type: SymbolicRef
The NamespaceRef itself.
See Also