Clone Method
Definition
Clone()
Creates a shallow copy of the current MutableTuple object.
public override MutableTuple Clone()
Returns
- MutableTuple
A new MutableTuple that is a copy of this instance.
Remarks
When thread safety is required this is the method to invoke.