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()

public CompilationUnitOption()

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.

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