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

Element.CopyTo Method 

[This is preliminary documentation and subject to change.]

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
);

Parameters

clone
Missing <param> documentation for clone

Remarks

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

See Also

Element Class | NAnt.Core Namespace