AIT.Tools.VisualStudioTextTransform.DefaultVariableResolver.DefaultVariableResolver C# (CSharp) Méthode

DefaultVariableResolver() public méthode

/
public DefaultVariableResolver ( string projectDir, string solutionDir, string targetDir ) : System
projectDir string
solutionDir string
targetDir string
Résultat System
        public DefaultVariableResolver(string projectDir, string solutionDir, string targetDir)
        {
            _projectDir = projectDir;
            _solutionDir = solutionDir;
            _targetDir = targetDir;
        }