Table of Contents

Class Block

Namespace
ReFuel.CVarScript.AST
Assembly
ReFuel.dll
public class Block : ASTNode, IEnumerable<Statement>, IEnumerable
Inheritance
Block
Implements
Inherited Members

Constructors

Block(IEnumerable<Statement>)

public Block(IEnumerable<Statement> statements)

Parameters

statements IEnumerable<Statement>

Properties

Statements

public IEnumerable<Statement> Statements { get; }

Property Value

IEnumerable<Statement>

Methods

GetEnumerator()

Returns an enumerator that iterates through the collection.

public IEnumerator<Statement> GetEnumerator()

Returns

IEnumerator<Statement>

An enumerator that can be used to iterate through the collection.