In This Article

PreprocessorDirective Class

Represents a preprocessor directive.

public class PreprocessorDirective : AstNodeBase, IAstNode
Inheritance:
object AstNodeBase object
Derived:
RegionPreprocessorDirective
Implements:
IAstNode

Remarks

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

Constructors

PreprocessorDirective()

Initializes an instance of the class.

public PreprocessorDirective()

Properties

Id

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

public override int Id { get; }

Property Value

int:

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

Inherited Members