NAnt SDK Documentation - v0.92
Element.CopyTo Method
Copies all instance data of the
Element
to a given
Element
.
[Visual Basic]
Protected Sub CopyTo( _
ByVal
clone
As
Element
_
)
[C#]
protected
void
CopyTo(
Element
clone
);
See Also
Element Class
|
NAnt.Core Namespace