FluentBuild.Compilation.Target.Target C# (CSharp) Method

Target() private method

private Target ( IActionExcecutor actionExcecutor, string compiler ) : System
actionExcecutor IActionExcecutor
compiler string
return System
        internal Target(IActionExcecutor actionExcecutor, string compiler)
        {
            _actionExcecutor = actionExcecutor;
            _compiler = compiler;
        }

Same methods

Target::Target ( string compiler ) : System