Click or drag to resize

RootNamespaceParseName Method

Overload List
  NameDescription
Public methodParseName(String)
Parse the specified name into a child NamespaceRef or TypeRef on the current root namespace, or a Lookup or Dot expression that evaluates to one.
(Overrides NamespaceParseName(String).)
Protected methodParseName(Expression, String)
Parse the specified name into a child NamespaceRef or TypeRef on the existing Lookup or Dot expression.
(Inherited from Namespace.)
Top
See Also