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

DirectoryScanner.Clone Method 

[This is preliminary documentation and subject to change.]

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

Remarks

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

See Also

DirectoryScanner Class | NAnt.Core Namespace