C# Class System.Configuration.ConfigXmlText

Inheritance: System.Xml.XmlText, IConfigErrorInfo
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
CloneNode ( bool deep ) : XmlNode
ConfigXmlText ( string filename, int line, string strData, XmlDocument doc ) : System.Configuration.Internal

Method Details

CloneNode() public method

public CloneNode ( bool deep ) : XmlNode
deep bool
return System.Xml.XmlNode

ConfigXmlText() public method

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