C# Class MyProject.MyConfigSection.MyConfig

Inheritance: System.Configuration.IConfigurationSectionHandler
Datei anzeigen Open project: shendongnian/code Class Usage Examples

Public Methods

Method Description
Create ( object parent, object configContext, XmlNode section ) : object
MyConfig ( ) : System

Method Details

Create() public method

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

MyConfig() public method

public MyConfig ( ) : System
return System