C# Class Gammtek.Conduit.Xml.XmlIncludeElement

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

Méthodes publiques

Méthode Description
XmlIncludeElement ( string prefix, [ localName, string namespaceURI, [ doc ) : System.Xml

Initializes a new instance of the T:System.Xml.XmlElement class.

Method Details

XmlIncludeElement() public méthode

Initializes a new instance of the T:System.Xml.XmlElement class.
public XmlIncludeElement ( string prefix, [ localName, string namespaceURI, [ doc ) : System.Xml
prefix string The namespace prefix; see the property.
localName [ The local name; see the property.
namespaceURI string The namespace URI; see the property.
doc [ The parent XML document.
Résultat System.Xml