Click or drag to resize

VariableTClone Method

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()

Return Value

Type: VariableT
new instance of current Name-Value pair
See Also