C# 클래스 System.Configuration.ConfigXmlElement

상속: System.Xml.XmlElement, IConfigErrorInfo
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CloneNode ( bool deep ) : XmlNode
ConfigXmlElement ( string filename, int line, string prefix, string localName, string namespaceUri, XmlDocument doc ) : System.Configuration.Internal

메소드 상세

CloneNode() 공개 메소드

public CloneNode ( bool deep ) : XmlNode
deep bool
리턴 System.Xml.XmlNode

ConfigXmlElement() 공개 메소드

public ConfigXmlElement ( string filename, int line, string prefix, string localName, string namespaceUri, XmlDocument doc ) : System.Configuration.Internal
filename string
line int
prefix string
localName string
namespaceUri string
doc System.Xml.XmlDocument
리턴 System.Configuration.Internal