Пример #1
0
 public void Remove(NotSupported item)
 {
     InnerList.Remove(item);
 }
Пример #2
0
 public int IndexOf(NotSupported item)
 {
     return(InnerList.IndexOf(item));
 }
Пример #3
0
 public void Add(NotSupported item)
 {
     InnerList.Add(item);
 }