Clone()

Namespace ›› System ›› MfStack ›› 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 of MfStack with all the elements copied.

Returns

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

Since

0.4

Remarks

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