Example #1
0
 public void AddInclude(Include inc)
 {
     inc.IfStack = new List<string>(this.ifStack);
     this.includeList.Add(inc);
 }