Click or drag to resize

AliasParseName Method

Parse the specified name into a child NamespaceRef or TypeRef on the referenced 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#
public Expression ParseName(
	string name
)

Parameters

name
Type: SystemString

Return Value

Type: Expression

Implements

INamespaceParseName(String)
See Also