NAnt SDK Documentation - v0.92

ConfigurationSection.Create Method 

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

[Visual Basic]
NotOverridable Public Function Create( _
   ByVal parent As Object, _
   ByVal configContext As Object, _
   ByVal node As XmlNode _
) As Object _
    Implements IConfigurationSectionHandler.Create
[C#]
public object Create(
   object parent,
   object configContext,
   XmlNode node
);

Implements

IConfigurationSectionHandler.Create

See Also

ConfigurationSection Class | NAnt.Core Namespace