FluentBuild.Compilation.Target.Target C# (CSharp) Méthode

Target() private méthode

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

Same methods

Target::Target ( string compiler ) : System