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

Element Constructor (Element)

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Element.#ctor(NAnt.Core.Element)

See Also

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