IUsingDirective Interface
Provides the base requirements of an using directive.
public interface IUsingDirective
Properties
IsGlobal
Indicates whether this using directive is flagged as global (project-wide).
IsStatic
Indicates whether this using directive is flagged as static.
Name
The qualified name of the namespace imported by the using directive.