Click or drag to resize

ProjectFindNamespace Method

Find the Namespace with the fully-specified name.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public Namespace FindNamespace(
	string namespaceFullName
)

Parameters

namespaceFullName
Type: SystemString

Return Value

Type: Namespace
See Also