C# Class System.Configuration.ConfigXmlElement

Inheritance: System.Xml.XmlElement, IConfigErrorInfo
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
CloneNode ( bool deep ) : XmlNode
ConfigXmlElement ( string filename, int line, string prefix, string localName, string namespaceUri, XmlDocument doc ) : System.Configuration.Internal

Method Details

CloneNode() public méthode

public CloneNode ( bool deep ) : XmlNode
deep bool
Résultat System.Xml.XmlNode

ConfigXmlElement() public méthode

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
Résultat System.Configuration.Internal