INamespaceResolverResult Interface
Provides the base requirements of a namespace result from an IResolver resolution operation.
public interface INamespaceResolverResult : IResolverResult
Properties
Definitions
Get the collection of accessible INamespaceDefinition objects for this namespace.
INamespaceDefinitionCollection Definitions { get; }
Property Value
- INamespaceDefinitionCollection:
The collection of accessible INamespaceDefinition objects for this namespace.
ExternalAlias
Gets or sets the alias from an external alias directive that refers to the namespace, if any.
string ExternalAlias { get; }
Property Value
- String:
The alias from an external alias directive that refers to the namespace.
FullName
Gets the full name of the namespace, which includes the names of ancestor namespaces.
string FullName { get; }
Property Value
- String:
The full name of the namespace, which includes the names of ancestor namespaces.