ALE.ConsoleTest.TestController.Test C# (CSharp) Method

Test() public method

public Test ( System.Action next ) : void
next System.Action
return void
        public void Test(Action next)
        {
            Response.Write("TestController.Test");
            next();
        }
TestController