示例#1
0
 private void TakeExecute(string parameter)
 {
     Result = List1.Take(2).ToList();
 }