ALE.ConsoleTest.TestController.Test C# (CSharp) Метод

Test() публичный Метод

public Test ( System.Action next ) : void
next System.Action
Результат void
        public void Test(Action next)
        {
            Response.Write("TestController.Test");
            next();
        }
TestController