NAnt SDK Documentation - v0.92

Target.Clone Method 

Creates a shallow copy of the Target.

[Visual Basic]
Public Function Clone() As Target
[C#]
public Target Clone();

Return Value

A shallow copy of the Target.

See Also

Target Class | NAnt.Core Namespace