Exemple #1
0
        public AbstractSurfacePatch Remove(int index)
        {
            AbstractSurfacePatch obj = AbstractSurfacePatch[index];

            AbstractSurfacePatch.Remove(obj);
            return(obj);
        }
Exemple #2
0
 public bool Remove(AbstractSurfacePatch obj)
 {
     return(AbstractSurfacePatch.Remove(obj));
 }