C# Class ScriptCs.Gui.StaQueue

ファイルを表示 Open project: hemme/scriptcs-gui Class Usage Examples

Public Methods

Method Description
Enqueue ( System.Action a ) : void
StaQueue ( System c ) : System
Start ( ) : void
Stop ( ) : void
operator ( ) : StaQueue

Private Methods

Method Description
Consume ( ) : void

Method Details

Enqueue() public method

public Enqueue ( System.Action a ) : void
a System.Action
return void

StaQueue() public method

public StaQueue ( System c ) : System
c System
return System

Start() public method

public Start ( ) : void
return void

Stop() public method

public Stop ( ) : void
return void

operator() public static method

public static operator ( ) : StaQueue
return StaQueue