Create a new instance of the current Name-Value pair
Namespace:
Hummingbird.TestFramework
Assembly:
Hummingbird.TestFramework (in Hummingbird.TestFramework.dll) Version: 1.2.0.0
Syntax public Variable<T> Clone()
Public Function Clone As Variable(Of T)
public:
Variable<T>^ Clone()
member Clone : unit -> Variable<'T>
Return Value
Type:
VariableTnew instance of current Name-Value pair
See Also