示例#1
0
文件: KVPList.cs 项目: kimsama/VFW-1
 public static Dictionary <TKey, TValue> ToDictionary <TKey, TValue>(this KVPList <TKey, TValue> d)
 {
     return(RuntimeHelper.CreateDictionary(d.Keys, d.Values));
 }