Click or drag to resize

INamespaceParseName Method

Parse the specified name into a child NamespaceRef or TypeRef on the current namespace, or a Dot expression that evaluates to one.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
Expression ParseName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Expression
See Also