C# Class ALE.ConsoleTest.TestController

Inheritance: ALE.Http.Controller
ファイルを表示 Open project: blesh/ALE

Public Methods

Method Description
Foo ( System.Action next, string foo ) : void
Test ( System.Action next ) : void

Method Details

Foo() public method

public Foo ( System.Action next, string foo ) : void
next System.Action
foo string
return void

Test() public method

public Test ( System.Action next ) : void
next System.Action
return void