Summary
    Creates a shallow copy of the specified 
		System.Collections.Specialized.StringCollection.
    - Assembly
 - NAnt
.Core .dll  - Namespace
 - NAnt
.Core .Util  - Containing Type
 - StringUtils
 
Syntax
public static StringCollection Clone(StringCollection stringCollection)
	Parameters
| Name | Type | Description | 
|---|---|---|
| stringCollection | StringCollection | The System.Collections.Specialized.StringCollection that should be copied. | 
					
Return Value
| Type | Description | 
|---|---|
| StringCollection | 
    A shallow copy of the specified System.Collections.Specialized.StringCollection.
     | 
				
