最佳答案
将字典的值列表转换为数组的最有效方法是什么?
例如,如果我有一个 Dictionary,其中 Key是 String,Value是 Foo,我想得到 Foo[]
我使用的是 VS 2005,C # 2.0