C# Class MonoDevelop.Projects.Formats.MSBuild.MSBuildObject

Show file Open project: mono-soc-2011/monodevelop

Protected Properties

Property Type Description
elem System.Xml.XmlElement

Public Methods

Method Description
MSBuildObject ( XmlElement elem ) : System

Protected Methods

Method Description
AddChildElement ( string name ) : XmlElement

Method Details

AddChildElement() protected method

protected AddChildElement ( string name ) : XmlElement
name string
return System.Xml.XmlElement

MSBuildObject() public method

public MSBuildObject ( XmlElement elem ) : System
elem System.Xml.XmlElement
return System

Property Details

elem protected property

protected XmlElement,System.Xml elem
return System.Xml.XmlElement