Summary
Initializes a new instance of the
NAnt.Core.Element
class
from the specified element.
- Assembly
- NAnt
.Core .dll - Namespace
- NAnt
.Core - Containing Type
- Element
Syntax
protected Element(Element e)
Parameters
Name | Type | Description |
---|---|---|
e | Element | The element that should be used to create a new instance of the NAnt.Core.Element class. |
Return Value
Type | Description |
---|---|
void |