NAnt SDK Documentation - v0.92

FileSet.Clone Method 

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.

See Also

FileSet Class | NAnt.Core.Types Namespace