C# Class CustomConfigSection, gert

Inheritance: ConfigurationSection
显示文件 Open project: mono/gert Class Usage Examples

Private Properties

Property Type Description
CustomConfigSection System

Protected Methods

Method Description
DeserializeSection ( XmlReader reader ) : void
Reset ( ConfigurationElement parentElement ) : void

Private Methods

Method Description
CustomConfigSection ( ) : System

Method Details

DeserializeSection() protected method

protected DeserializeSection ( XmlReader reader ) : void
reader XmlReader
return void

Reset() protected method

protected Reset ( ConfigurationElement parentElement ) : void
parentElement ConfigurationElement
return void