Clone()

Namespace ›› System ›› MfByteList ›› Methods ››
Parent Previous Next

Clone()

Clones all the elements of the current instance an return  a new instance.
Overrides MfListBase.Clone().

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 MfNullReferenceException if called as static method.

Remarks

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

Related

SubList()