C# Class NAnt.Core.ConfigurationSection

Custom configuration section handler for the element.
Inheritance: IConfigurationSectionHandler
显示文件 Open project: skolima/NAnt

Public Methods

Method Description
Create ( Object parent, Object configContext, XmlNode node ) : Object

This just passed things through. Return the node read from the config file.

Method Details

Create() public method

This just passed things through. Return the node read from the config file.
public Create ( Object parent, Object configContext, XmlNode node ) : Object
parent Object
configContext Object
node System.Xml.XmlNode
return Object