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