Click or drag to resize

NamespaceParseName Method

Overload List
  NameDescription
Public methodParseName(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".
Protected methodParseName(Expression, String)
Parse the specified name into a child NamespaceRef or TypeRef on the existing Lookup or Dot expression.
Top
See Also