C# Class Scorpio.CodeDom.CodeFor

Inheritance: CodeObject
Mostra file Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Public Properties

Property Type Description
BeginExecutable Scorpio.Runtime.ScriptExecutable
BlockExecutable Scorpio.Runtime.ScriptExecutable
Condition CodeObject
LoopExecutable Scorpio.Runtime.ScriptExecutable

Property Details

BeginExecutable public_oe property

public ScriptExecutable,Scorpio.Runtime BeginExecutable
return Scorpio.Runtime.ScriptExecutable

BlockExecutable public_oe property

public ScriptExecutable,Scorpio.Runtime BlockExecutable
return Scorpio.Runtime.ScriptExecutable

Condition public_oe property

public CodeObject,Scorpio.CodeDom Condition
return CodeObject

LoopExecutable public_oe property

public ScriptExecutable,Scorpio.Runtime LoopExecutable
return Scorpio.Runtime.ScriptExecutable