2 references to KeyValuePairs
mscorlib (2)
system\collections\hashtable.cs (1)
616
array[index++] = new
KeyValuePairs
(keyv,lbuckets[i].val);
system\collections\sortedlist.cs (1)
351
array[i] = new
KeyValuePairs
(keys[i],values[i]);