在C#中以64位有符号整数形式返回序列中的所有元素
首先,设置一个字符串数组。
string[] num = { "One", "Two", "Three", "Four", "Five"};使用LinqLongCount方法获取元素计数。
num.AsQueryable().LongCount();
这是完整的代码-
示例
using System;
using System.Collections.Generic;
using System.Linq;
class Demo {
static void Main() {
string[] num = { "One", "Two", "Three", "Four", "Five"};
long res = num.AsQueryable().LongCount();
Console.WriteLine("{0} elements", res);
}
}输出结果
5 elements
热门推荐
10 朋友搬迁新房祝福语简短
11 女侠老师祝福语简短
12 祝贺新店开业祝福语简短
13 秋分祝福语简短文案
14 小清新的祝福语简短
15 剪简短的新年祝福语
16 良师益友祝福语简短
17 项目建设春节祝福语简短
18 老师新婚快乐祝福语简短