Click or drag to resize

NamespaceRefFind Method (INamespace, String, Boolean)

Find a child namespace in the specified Namespace with the specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static SymbolicRef Find(
	INamespace namespace,
	string name,
	bool isFirstOnLine = false
)

Parameters

namespace
Type: Nova.CodeDOMINamespace
name
Type: SystemString
isFirstOnLine (Optional)
Type: SystemBoolean

Return Value

Type: SymbolicRef
A NamespaceRef to the namespace, or an UnresolvedRef if no match was found.
See Also