Class Script
- Namespace
- ReFuel.CVarScript.AST
- Assembly
- ReFuel.dll
public class Script : ASTNode
- Inheritance
-
Script
- Inherited Members
Constructors
Script(string, Block)
public Script(string source, Block statements)
Parameters
Properties
Source
public string Source { get; }
Property Value
Statements
public Block Statements { get; }