示例#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);
 }