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

Inheritance: System.Xml.Linq.XElement
Afficher le fichier Open project: ME3Explorer/ME3Explorer

Méthodes publiques

Méthode 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 méthode

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.
Résultat System.Xml.Linq

XIncludeElement() public méthode

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.
Résultat System.Xml.Linq