C# Class System.Configuration.NameValueSectionHandler

Inheritance: IConfigurationSectionHandler
Afficher le fichier Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Méthodes publiques

Méthode Description
Create ( object parent, object context, XmlNode section ) : object

Private Methods

Méthode Description
CreateStatic ( object parent, XmlNode section ) : object
CreateStatic ( object parent, XmlNode section, string keyAttriuteName, string valueAttributeName ) : object

Method Details

Create() public méthode

public Create ( object parent, object context, XmlNode section ) : object
parent object
context object
section System.Xml.XmlNode
Résultat object