Beispiel #1
0
 public T[] ToArray() => _collection.ToArray();
 public T[] ToArray()
 {
     return(_collection.ToArray());
 }