C# Class System.Configuration.ConfigXmlAttribute

Inheritance: System.Xml.XmlAttribute, 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
ConfigXmlAttribute ( string filename, int line, string prefix, string localName, string namespaceUri, XmlDocument doc ) : System.Configuration.Internal

Method Details

CloneNode() public method

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

ConfigXmlAttribute() public method

public ConfigXmlAttribute ( 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
return System.Configuration.Internal