Пример #1
0
        public Info Remove(int index)
        {
            Info obj = InfoCollection[index];

            InfoCollection.Remove(obj);
            return(obj);
        }
Пример #2
0
 public void Remove(object obj)
 {
     InfoCollection.Remove(obj);
 }