【发布时间】:2013-03-11 19:20:29
【问题描述】:
如何从该字典中检索第一行。我放了大约 15 条记录。
Dictionary<string, Tuple<string, string>> headINFO =
new Dictionary<string, Tuple<string, string>> { };
【问题讨论】:
-
如果您想要字典中的第一个元素,您可能使用了错误的工具。您将其称为一行这一事实强调了这一点。
-
我的意思是第一张唱片...对不起