ConfigurationSection.

Create(Object, Object, XmlNode) Method

Summary

This just passed things through. Return the node read from the config file.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
ConfigurationSection

Syntax

public Object Create(Object parent, Object configContext, XmlNode node)

Parameters

Name Type Description
parent Object
configContext Object
node XmlNode

Return Value

Type Description
Object