Add()

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

Add()

Adds an element to the end of the current instance.

OutputVar := instance.Add(obj)

Add(obj)

Adds an element to the end of the current instance.

Parameters

obj

The object or var to add to the current instance.

Returns

Var containing Integer of the zero-based index at which the obj has been added.

Throws

Throws MfNullReferenceException if called as a static method.
Throws MfNotSupportedException in derived classes if IsFixedSize or IsReadOnly is true.

Remarks

Can be overridden in derived classes but override must call Base.Add(ob)