In This Article

IAliasedUsingDirective Interface

Provides the base requirements of an using directive with an alias.

public interface IAliasedUsingDirective : IUsingDirective

Properties

Alias

The alias that is defined by the directive.

string Alias { get; }

Property Value

string

Inherited Members

Extension Methods