TestResultAggregation.Clone Method

Definition

Returns a deep copy of this test result aggregation object by using the TestResultAggregation(TestResultAggregation) constructor method.

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

Returns

A deep copy of this test result aggregation object.

Applies to