public AbstractContainerGroup Remove(int index) { AbstractContainerGroup obj = AbstractContainerGroup[index]; AbstractContainerGroup.Remove(obj); return(obj); }
public bool Remove(AbstractContainerGroup obj) { return(AbstractContainerGroup.Remove(obj)); }
public bool Remove(AbstractContainerGroup obj) { return AbstractContainerGroup.Remove(obj); }
public void Add(AbstractContainerGroup obj) { AbstractContainerGroup.Add(obj); }