3 references to KeyValuePair
mscorlib (3)
system\collections\generic\dictionary.cs (3)
269
return new Enumerator(this, Enumerator.
KeyValuePair
);
273
return new Enumerator(this, Enumerator.
KeyValuePair
);
584
return new Enumerator(this, Enumerator.
KeyValuePair
);