OutputVar := instance.Add(obj)
Adds an object to the end of the MfCollectionBase.
obj
Object to be added to the end of the MfCollectionBase.
The MfCollectionBase index as var containing an Integer
Throws MfNotSupportedException if the MfCollectionBase is read-only or the MfCollectionBase has a fixed size.
Throws MfNullReferenceException if MfCollectionBase is not set to an instance.