C# Class Scorpio.CodeDom.Temp.TempCase

switch语句中一个cast条件
Show file Open project: qingfeng346/Scorpio-CSharp Class Usage Examples

Public Properties

Property Type Description
Allow Scorpio.CodeDom.CodeObject[]
Executable Scorpio.Runtime.ScriptExecutable

Public Methods

Method Description
TempCase ( Script script, List allow, ScriptExecutable executable ) : System.Collections.Generic

Method Details

TempCase() public method

public TempCase ( Script script, List allow, ScriptExecutable executable ) : System.Collections.Generic
script Script
allow List
executable Scorpio.Runtime.ScriptExecutable
return System.Collections.Generic

Property Details

Allow public property

public CodeObject[],Scorpio.CodeDom Allow
return Scorpio.CodeDom.CodeObject[]

Executable public property

public ScriptExecutable,Scorpio.Runtime Executable
return Scorpio.Runtime.ScriptExecutable