亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

c# set怎樣實現交集操作

c#
小樊
81
2024-11-16 14:41:40
欄目: 編程語言

在C#中,你可以使用LINQ(Language Integrated Query)來實現集合的交集操作。以下是一個簡單的示例:

using System;
using System.Collections.Generic;
using System.Linq;

class Program
{
    static void Main()
    {
        // 創建兩個集合
        List<int> set1 = new List<int> { 1, 2, 3, 4, 5 };
        List<int> set2 = new List<int> { 4, 5, 6, 7, 8 };

        // 使用LINQ實現交集操作
        var intersection = set1.Intersect(set2);

        // 輸出結果
        Console.WriteLine("交集為:");
        foreach (var item in intersection)
        {
            Console.Write(item + " ");
        }
    }
}

在這個示例中,我們創建了兩個整數列表set1set2,然后使用Intersect方法計算它們的交集。最后,我們遍歷并輸出交集中的元素。

0
利辛县| 安岳县| 凤庆县| 枞阳县| 怀集县| 五峰| 博乐市| 玛纳斯县| 遂溪县| 恩施市| 徐州市| 清苑县| 类乌齐县| 余庆县| 白城市| 连州市| 濮阳县| 迭部县| 枣庄市| 海兴县| 东莞市| 鄂托克旗| 永川市| 华坪县| 崇礼县| 调兵山市| 宁陵县| 屏南县| 汉中市| 甘肃省| 张家川| 师宗县| 富平县| 武胜县| 上饶县| 和林格尔县| 阳西县| 浦江县| 哈巴河县| 合阳县| 福清市|