Click or drag to resize

NamespaceParseName Method (String)

Parse the specified name into a child NamespaceRef or TypeRef on the current namespace, or a Dot expression that evaluates to one. For generic types, specify a tick mark and type argument count, such as "System.Tuple`2".

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

Parameters

name
Type: SystemString

Return Value

Type: Expression

Implements

INamespaceParseName(String)
See Also