C# Class System.Configuration.NameValueSectionHandler

Inheritance: IConfigurationSectionHandler
Show file Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Create ( object parent, object context, XmlNode section ) : object

Private Methods

Method Description
CreateStatic ( object parent, XmlNode section ) : object
CreateStatic ( object parent, XmlNode section, string keyAttriuteName, string valueAttributeName ) : object

Method Details

Create() public method

public Create ( object parent, object context, XmlNode section ) : object
parent object
context object
section System.Xml.XmlNode
return object