小编Por*_*sin的帖子

如何在字典中找到最小键

我声明字典如下:

private Dictionary<int, touchInformation> touchDictionary = new Dictionary<int, touchInformation>();
Run Code Online (Sandbox Code Playgroud)

我使用如下:

touchDictionary[touchID] = touchObject;

因此,touchDictionary将保留来自touchID的密钥.现在,我尝试使用字典找到最小密钥,但我不知道该怎么做.有什么建议吗?

请注意,C.Porawat

c# dictionary

8
推荐指数
1
解决办法
1万
查看次数

标签 统计

c# ×1

dictionary ×1