NAnt SDK Documentation - v0.92
Element.InitializeBuildElement Method
[Visual Basic]
Public Shared Function InitializeBuildElement( _
ByVal
parent
As
Element
, _
ByVal
childNode
As
XmlNode
, _
ByVal
buildElement
As
Element
, _
ByVal
elementType
As
Type
_
) As
Element
[C#]
public static
Element
InitializeBuildElement(
Element
parent
,
XmlNode
childNode
,
Element
buildElement
,
Type
elementType
);
See Also
Element Class
|
NAnt.Core Namespace