Exemple #1
0
 private void SkipTakeExecute(string parameter)
 {
     Result = List1.Skip(1).Take(2).ToList();
 }