In This Article

ImportSpecifierBase Class

Represents an import specifier base.

public class ImportSpecifierBase : ModuleSpecifier, IAstNode
Inheritance:
Object AstNodeBase ModuleSpecifier Object
Derived:
ImportDefaultSpecifier ImportNamespaceSpecifier ImportSpecifier
Implements:
IAstNode

Remarks

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

Constructors

ImportSpecifierBase()

public ImportSpecifierBase()

Properties

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.

Inherited Members