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

StringUtils.Clone Method 

[This is preliminary documentation and subject to change.]

Creates a shallow copy of the specified StringCollection.

[Visual Basic]
Public Shared Function Clone( _
   ByVal stringCollection As StringCollection _
) As StringCollection
[C#]
public static StringCollection Clone(
   StringCollection stringCollection
);

Parameters

stringCollection
The StringCollection that should be copied.

Return Value

A shallow copy of the specified StringCollection.

Remarks

Missing <remarks> documentation for M:NAnt.Core.Util.StringUtils.Clone(System.Collections.Specialized.StringCollection)

See Also

StringUtils Class | NAnt.Core.Util Namespace