Method | Description | |
---|---|---|
innerXml ( this xElement ) : string | ||
xDocument ( this xml ) : System.Xml.Linq.XDocument | ||
xRoot ( this xml ) : System.Xml.Linq.XElement |
public static innerXml ( this xElement ) : string | ||
xElement | this | |
return | string |
public static xDocument ( this xml ) : System.Xml.Linq.XDocument | ||
xml | this | |
return | System.Xml.Linq.XDocument |
public static xRoot ( this xml ) : System.Xml.Linq.XElement | ||
xml | this | |
return | System.Xml.Linq.XElement |