C# Класс Gammtek.Conduit.Xml.XmlIncludeElement

Наследование: System.Xml.XmlElement
Показать файл Открыть проект

Открытые методы

Метод Описание
XmlIncludeElement ( string prefix, [ localName, string namespaceURI, [ doc ) : System.Xml

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

Описание методов

XmlIncludeElement() публичный Метод

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.
Результат System.Xml