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

DirScannerStringCollection.Clone Method 

[This is preliminary documentation and subject to change.]

Creates a shallow copy of the DirScannerStringCollection.

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

Return Value

A shallow copy of the DirScannerStringCollection.

Implements

ICloneable.Clone

Remarks

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

See Also

DirScannerStringCollection Class | NAnt.Core Namespace