コード例 #1
0
 public TaskGenerator()
 {
     this.propertiesTypesToIgnore = new string[] { "AdditionalOptions" };
     this.platform        = string.Empty;
     this.dependencyList  = new Dictionary <string, Property>(StringComparer.OrdinalIgnoreCase);
     this.errorLog        = new LinkedList <string>();
     this.taskParser      = new TaskParser();
     this.relationsParser = new RelationsParser();
 }
コード例 #2
0
 public TaskGenerator()
 {
     this.propertiesTypesToIgnore = new string[] { "AdditionalOptions" };
     this.platform = string.Empty;
     this.dependencyList = new Dictionary<string, Property>(StringComparer.OrdinalIgnoreCase);
     this.errorLog = new LinkedList<string>();
     this.taskParser = new TaskParser();
     this.relationsParser = new RelationsParser();
 }