In This Article

IAliasedUsingDirective Interface

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

public interface IAliasedUsingDirective : IUsingDirective

Properties

Alias

Gets the alias that is defined by the directive.

string Alias { get; }

Property Value

String:

The alias that is defined by the directive.

Inherited Members