C# 클래스 Gammtek.Conduit.Xml.XmlIncludeElement

상속: System.Xml.XmlElement
파일 보기 프로젝트 열기: ME3Explorer/ME3Explorer

공개 메소드들

메소드 설명
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