Clones the current instance an return a new instance with the same values.
OutputVar := instance.Clone()
Clones the current instance an return a new instance with the same values.
Returns a new instance that is a copy of the current instance.
Throws MfNullReferenceException if called as static method.