C#Linq Skip()方法
跳过元素并使用Skip()方法返回其余元素。
以下是一个数组。
int[] marks = { 80, 55, 79, 99 };现在,让我们使用Lambda表达式跳过2个元素,但这是在按降序排列元素之后完成的。
IEnumerable<int> selMarks = marks.AsQueryable().OrderByDescending(s => s).Skip(2);
示例
using System;
using System.Linq;
using System.Collections.Generic;
public class Demo {
public static void Main() {
int[] marks = { 80, 55, 79, 99 };
IEnumerable<int> selMarks = marks.AsQueryable().OrderByDescending(s => s).Skip(2);
Console.WriteLine("Skipped the result of 1st two students...");
foreach (int res in selMarks) {
console.WriteLine(res);
}
}
}热门推荐
10 对患者生日祝福语简短
11 结婚祝福语简短装备
12 周岁祝福语学生文案简短
13 订婚领证祝福语简短精辟
14 导师获奖祝福语大全简短
15 新婚购房祝福语简短精辟
16 牛年祝福语简短的爱人
17 送芒果的祝福语简短
18 送给学长毕业祝福语简短