Wac*_*urn 2 .net c#
我正在寻找一个支持重复键和值的字典类型.NET集合,就像这样
Collection c = new Collection(); c["Key"] = "value"; c["Key"] = "value"; c["Key1"] = "value1";
字典不允许相同的键
Flo*_*her 9
我建议使用这门课Lookup<TKey,TElement>.它就像一个允许重复键的字典.
Lookup<TKey,TElement>
归档时间:
14 年,7 月 前
查看次数:
1237 次
最近记录: