CommaDelimitedStringCollection.Clone Method

Definition

Creates a copy of the collection.

public:
 System::Configuration::CommaDelimitedStringCollection ^ Clone();
public System.Configuration.CommaDelimitedStringCollection Clone ();
member this.Clone : unit -> System.Configuration.CommaDelimitedStringCollection
Public Function Clone () As CommaDelimitedStringCollection

Returns

A copy of the CommaDelimitedStringCollection.

Applies to