Table of Contents

Class ElseStatement

Namespace
ReFuel.CVarScript.AST
Assembly
ReFuel.dll
public class ElseStatement : Statement
Inheritance
ElseStatement
Inherited Members

Constructors

ElseStatement(Block)

public ElseStatement(Block statements)

Parameters

statements Block

Properties

Statements

public Block Statements { get; }

Property Value

Block