C# Class Wren.Core.Bytecode.Loop

Datei anzeigen Open project: robotii/Wren.NET Class Usage Examples

Public Properties

Property Type Description
Body int
Enclosing Loop
ExitJump int
ScopeDepth int
Start int

Property Details

Body public_oe property

public int Body
return int

Enclosing public_oe property

public Loop,Wren.Core.Bytecode Enclosing
return Loop

ExitJump public_oe property

public int ExitJump
return int

ScopeDepth public_oe property

public int ScopeDepth
return int

Start public_oe property

public int Start
return int