In This Article

CompilationUnitOption Class

Represents a compilation unit option.

public class CompilationUnitOption : AstNodeBase, IAstNode
Inheritance:
object AstNodeBase object
Implements:
IAstNode

Remarks

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

Constructors

CompilationUnitOption()

Initializes an instance of the class.

public CompilationUnitOption()

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.

Name

Gets or sets the name.

public string Name { get; set; }

Property Value

string:

The name.

Value

Gets or sets the value.

public string Value { get; set; }

Property Value

string:

The value.

Inherited Members