Example #1
0
 public Task <T> ElementAt(int index)
 {
     return(Task.Run(() => _dataSet.ElementAt(index)));
 }