StyleCop.CSharp by StyleCop contributors, Andy Reeves, Chris Dahlberg

<PackageReference Include="StyleCop.CSharp" Version="6.1.0" />

.NET API 245,760 bytes

 UsingDirective

public sealed class UsingDirective : CsElement
Describes the contents of a using directive.
public string Alias { get; }

Gets the alias defined within the using directive, if any.

public bool IsStatic { get; }

Gets a value indicating whether this using statement is a static using statement.

public string NamespaceType { get; }

Gets the namespace type declared by the using element.