NamespaceParseName Method |
Name | Description | |
---|---|---|
![]() | ParseName(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".
|
![]() | ParseName(Expression, String) |
Parse the specified name into a child NamespaceRef or TypeRef on the existing
Lookup or Dot expression.
|