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

Target.Clone Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Target.Clone

See Also

Target Class | NAnt.Core Namespace