MonoDevelop.Projects.Formats.MSBuild.MSBuildItemGroupCollection.MSBuildItemGroupCollection C# (CSharp) Method

MSBuildItemGroupCollection() public method

public MSBuildItemGroupCollection ( ) : System
return System
		public MSBuildItemGroupCollection()
		{
			doc = new XmlDocument();
			doc.PreserveWhitespace = false;
			doc.AppendChild(doc.CreateElement(null, "Project", Schema));
		}