Beispiel #1
0
 public bool Contains(T item)
 {
     return(DataSourceList.Contains(item));
 }