Adds an element to the end of the current instance.
OutputVar := instance.Add(obj)
Adds an element to the end of the current instance.
obj
The object or var to add to the current instance.
Var containing Integer of the zero-based index at which the obj has been added.
Throws MfNullReferenceException if called as a static method.
Throws MfNotSupportedException in derived classes if IsFixedSize or IsReadOnly is true.
Can be overridden in derived classes but override must call Base.Add(ob)