Adds object
to the invoking model.
Adds object
to the invoking model.
public virtual IAddable Add(IAddable);
Adds the array of objects
to the invoking model.
public virtual IAddable[] Add(IAddable[]);
Adds part of the array of objects
to the invoking model, starting with the index start
and continuing to the number of objects indicated by num
.
public virtual IAddable[] Add(IAddable[],int,int);