PropertyCollection.Clone Method

Definition

Creates a shallow copy of the PropertyCollection object.

public:
 override System::Object ^ Clone();
public override object Clone ();
override this.Clone : unit -> obj
Public Overrides Function Clone () As Object

Returns

Returns Object, a shallow copy of the PropertyCollection object.

Implements

Applies to