NAnt SDK Documentation - v0.92

DirectoryScanner.Clone Method 

Creates a shallow copy of the DirectoryScanner.

[Visual Basic]
NotOverridable Public Function Clone() As Object _
    Implements ICloneable.Clone
[C#]
public object Clone();

Return Value

A shallow copy of the DirectoryScanner.

Implements

ICloneable.Clone

See Also

DirectoryScanner Class | NAnt.Core Namespace