IQualifiedName Interface
Provides the base requirements of a qualified name.
public interface IQualifiedName
Properties
Alias
The optional alias that indicates the root of the qualified name.
ArrayRankSpecifiers
The collection of array rank specifiers.
ElementName
The element name, if specified when this qualified name is used within a tuple.
HasArrayRankSpecifiers
Indicates whether the qualified name has at least one array rank specifier.
HasIdentifiers
Indicates whether the qualified name has at least one identifier.
Identifiers
The collection of identifiers for the qualified name.
IsGlobal
Indicates whether the qualified name is rooted at the default global namespace.
PointerLevel
The pointer level.
Methods
Clone()
Returns a deep clone of the object.