ConfigurationSection Class

Summary

Custom configuration section handler for the element.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Interfaces
  • IConfigurationSectionHandler
Base Types
  • Object
graph BT Type-->Base0["Object"] Type-.->Interface0["IConfigurationSectionHandler"] Type["ConfigurationSection"] class Type type-node

Syntax

public class ConfigurationSection : IConfigurationSectionHandler

Methods

Name Value Summary
Create(Object, Object, XmlNode) Object
This just passed things through. Return the node read from the config file.