Beispiel #1
0
 public bool Contains(T item) => _list.Contains(item);
Beispiel #2
0
 public bool Contains(T item) => _itemsList.Contains(item);