C# Class Gammtek.Conduit.Xml.Linq.XIncludeElement

Inheritance: System.Xml.Linq.XElement
Mostrar archivo Open project: ME3Explorer/ME3Explorer

Public Methods

Method Description
XIncludeElement ( [ name ) : System.Xml.Linq

Initializes a new instance of the T:System.Xml.Linq.XElement class with the specified name.

XIncludeElement ( [ name, object content ) : System.Xml.Linq

Initializes a new instance of the T:System.Xml.Linq.XElement class with the specified name and content.

Method Details

XIncludeElement() public method

Initializes a new instance of the T:System.Xml.Linq.XElement class with the specified name.
public XIncludeElement ( [ name ) : System.Xml.Linq
name [ An that contains the name of the element.
return System.Xml.Linq

XIncludeElement() public method

Initializes a new instance of the T:System.Xml.Linq.XElement class with the specified name and content.
public XIncludeElement ( [ name, object content ) : System.Xml.Linq
name [ An that contains the element name.
content object The contents of the element.
return System.Xml.Linq