Clone()

Namespace ›› System ›› MfListBase ›› Methods ››
Parent Previous Next

Clone()

Abstract method. Must be overridden in derived classes.
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.

Throws

Throws MfNotImplementedException if not overridden in derived classes.

Since

0.4

Remarks

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