public void RemoveGroup(MSBuildPropertyGroup grp) { this.elemCache.Remove(grp.Element); grp.Element.ParentNode.RemoveChild(grp.Element); }
public void Add(MSBuildPropertyGroup g) { this.groups.Add(g); }