C# Class Gammtek.Conduit.Xml.XmlIncludeElement

Inheritance: System.Xml.XmlElement
Mostrar archivo Open project: ME3Explorer/ME3Explorer

Public Methods

Method 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 method

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.
return System.Xml