In This Article

UsingDirective Class

Represents an using directive.

public class UsingDirective : AstNodeBase, IAstNode
Inheritance:
Object AstNodeBase Object
Implements:
IAstNode

Remarks

This type was generated by the Actipro Language Designer tool v17.1.651.0 (http://www.actiprosoftware.com).

Constructors

UsingDirective()

public UsingDirective()

Properties

Alias

Gets or sets the alias.

public string Alias { get; set; }

Property Value

String:

The alias.

Id

Gets the An integer value that identifies the type of AST node.

public override int Id { get; }

Property Value

Int32:

The An integer value that identifies the type of AST node.

Modifiers

Gets or sets the modifiers.

public Modifiers Modifiers { get; set; }

Property Value

Modifiers:

The modifiers.

Name

Gets or sets the type or namespace name.

public QualifiedName Name { get; set; }

Property Value

QualifiedName:

The type or namespace name.

XmlNamespace

Gets or sets the xml namespace.

public string XmlNamespace { get; set; }

Property Value

String:

The xml namespace.

Methods

GetChildrenEnumerator()

Retrieves an IEnumerator object that can iterate the child IAstNode objects in this node.

protected override IEnumerator<IAstNode> GetChildrenEnumerator()

Returns

IEnumerator<IAstNode>:

An IEnumerator object that can iterate the child IAstNode objects in this node.

Inherited Members