Clones all the elements of the current instance an return a new instance.
OutputVar := instance.Clone()
Clones all the elements of the current instance an return a new instance with all the elements copied.
Returns a new instance that is a copy of the current instance.
0.4
This method is an O(n) operation, where n is Count.