Element.

InitializeBuildElement(Element, XmlNode, Element, Type) Method

Summary

Initializes the build element.
Assembly
NAnt.Core.dll
Namespace
NAnt.Core
Containing Type
Element

Syntax

public static Element InitializeBuildElement(Element parent, XmlNode childNode, Element buildElement, Type elementType)

Parameters

Name Type Description
parent Element The parent.
childNode XmlNode The child node.
buildElement Element The build element.
elementType Type Type of the element.

Return Value

Type Description
Element