1 override of ToKeyValuePairsArray
mscorlib (1)
system\collections\hashtable.cs (1)
1534
internal override KeyValuePairs[]
ToKeyValuePairsArray
() {
2 references to ToKeyValuePairsArray
mscorlib (2)
system\collections\hashtable.cs (2)
1535
return _table.
ToKeyValuePairsArray
();
1648
return hashtable.
ToKeyValuePairsArray
();