NAnt SDK Documentation - v0.92

Element Constructor (Element)

Initializes a new instance of the Element class from the specified element.

[Visual Basic]
Overloads Protected Sub New( _
   ByVal e As Element _
)
[C#]
protected Element(
   Element e
);

Parameters

e
The element that should be used to create a new instance of the Element class.

See Also

Element Class | NAnt.Core Namespace | Element Constructor Overload List