c# hashset使用需要引用哪个包?我用了using System.Collections.Generic;和line 都不行
c#hashset使用需要引用哪个包?我用了usingSystem.Collections.Generic;和line都不行...
c# hashset使用需要引用哪个包?我用了using System.Collections.Generic;和line 都不行
展开
推荐于2016-03-22 · 知道合伙人软件行家
关注
展开全部
using System;
using System.Collections.Generic;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
HashSet<int> set = new HashSet<int>();
Console.ReadLine();
}
}
}
using System.Collections.Generic;
namespace ConsoleApplication1
{
class Program
{
static void Main(string[] args)
{
HashSet<int> set = new HashSet<int>();
Console.ReadLine();
}
}
}
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询