Adds an element to the end of the current instance.
Overrides MfListBase.Add()
OutputVar := instance.Add(obj)
Adds an element to the end of the current instance.
obj
The var to add to the current instance.
Var containing Integer of the zero-based index at which the obj has been added.