C# 클래스 System.Configuration.ConfigXmlText

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CloneNode ( bool deep ) : XmlNode
ConfigXmlText ( string filename, int line, string strData, XmlDocument doc ) : System.Configuration.Internal

메소드 상세

CloneNode() 공개 메소드

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

ConfigXmlText() 공개 메소드

public ConfigXmlText ( string filename, int line, string strData, XmlDocument doc ) : System.Configuration.Internal
filename string
line int
strData string
doc System.Xml.XmlDocument
리턴 System.Configuration.Internal