C# 클래스 System.Configuration.ConfigXmlWhitespace

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

Private Properties

프로퍼티 타입 설명

공개 메소드들

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

메소드 상세

CloneNode() 공개 메소드

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

ConfigXmlWhitespace() 공개 메소드

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