In This Article

ImportDefaultSpecifier Class

Represents an import default specifier.

public class ImportDefaultSpecifier : ImportSpecifierBase, IAstNode
Inheritance:
System.Object AstNodeBase ModuleSpecifier ImportSpecifierBase Object
Implements:
IAstNode

Remarks

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

Constructors

ImportDefaultSpecifier()

public ImportDefaultSpecifier()

Properties

Id

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

public override int Id { get; }

Property Value

System.Int32:

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

Inherited Members