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