BooCompiler.Tests.ActionStep.ActionStep C# (CSharp) Method

ActionStep() public method

public ActionStep ( Action action ) : System
action Action
return System
        public ActionStep(Action<CompilerContext> action)
        {
            _action = action;
        }