C# Class NAnt.Core.ConfigurationSection

Custom configuration section handler for the element.
Inheritance: IConfigurationSectionHandler
Afficher le fichier Open project: skolima/NAnt

Méthodes publiques

Méthode 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 méthode

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
Résultat Object