NAnt SDK Documentation - v0.85-nightly-2005-11-09

ConfigurationSection.Create Method 

[This is preliminary documentation and subject to change.]

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
);

Parameters

parent
Missing <param> documentation for parent
configContext
Missing <param> documentation for configContext
node
Missing <param> documentation for node

Return Value

Missing <returns> documentation for M:NAnt.Core.ConfigurationSection.Create(System.Object,System.Object,System.Xml.XmlNode)

Implements

IConfigurationSectionHandler.Create

Remarks

Missing <remarks> documentation for M:NAnt.Core.ConfigurationSection.Create(System.Object,System.Object,System.Xml.XmlNode)

See Also

ConfigurationSection Class | NAnt.Core Namespace