Exemplo n.º 1
0
        public Info Remove(int index)
        {
            Info obj = InfoCollection[index];

            InfoCollection.Remove(obj);
            return(obj);
        }
Exemplo n.º 2
0
 public void Remove(object obj)
 {
     InfoCollection.Remove(obj);
 }