PerformanceThresholdClone Method |
Creates a new object that is a copy of the current instance.
Namespace:
Hummingbird.TestFramework.Automation
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax Public Function Clone As Object
public:
virtual Object^ Clone() sealed
abstract Clone : unit -> Object
override Clone : unit -> Object
Return Value
Type:
Object
A new object that is a copy of this instance.
Implements
ICloneableCloneSee Also