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

StringCollectionWithGoodToString.Clone Method 

[This is preliminary documentation and subject to change.]

Creates a shallow copy of the StringCollectionWithGoodToString.

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

Return Value

A shallow copy of the StringCollectionWithGoodToString.

Implements

ICloneable.Clone

Remarks

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

See Also

StringCollectionWithGoodToString Class | NAnt.Core Namespace