foreach(
DictionaryEntry de in
hashTable)
{
console.WriteLine("Key -- {0}; Value --{1}.", de.Key, de.Value);
}
转载于:https://www.cnblogs.com/flyingbird/archive/2007/06/15/784736.html
转载于:https://www.cnblogs.com/flyingbird/archive/2007/06/15/784736.html