FluentBuild.Compilation.Target.Target C# (CSharp) Метод

Target() приватный Метод

private Target ( IActionExcecutor actionExcecutor, string compiler ) : System
actionExcecutor IActionExcecutor
compiler string
Результат System
        internal Target(IActionExcecutor actionExcecutor, string compiler)
        {
            _actionExcecutor = actionExcecutor;
            _compiler = compiler;
        }

Same methods

Target::Target ( string compiler ) : System