Clone()

Namespace ›› System ›› MfQueue ›› Methods ››
Parent Previous Next

Clone()

Clones all the elements of the current instance an return  a new instance.

OutputVar := instance.Clone()

Clone()

Clones all the elements of the current instance an return  a new instance with all the elements copied.

Returns

Returns a new instance that is a copy of the current instance.

Since

0.4

Remarks

This method is an O(n) operation, where n is Count.