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

FileSet.Clone Method 

[This is preliminary documentation and subject to change.]

Creates a shallow copy of the FileSet.

[Visual Basic]
Overridable Public Function Clone() As Object
[C#]
public virtual object Clone();

Return Value

A shallow copy of the FileSet.

Remarks

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

See Also

FileSet Class | NAnt.Core.Types Namespace