小编Vim*_*ran的帖子

如何从C#中的字典中检索第一行?

如何从此字典中检索第一行.我记录了大约15条记录.

Dictionary<string, Tuple<string, string>> headINFO = 
                                   new Dictionary<string, Tuple<string, string>> { };
Run Code Online (Sandbox Code Playgroud)

c# asp.net

0
推荐指数
2
解决办法
2147
查看次数

标签 统计

asp.net ×1

c# ×1