foreach( DictionaryEntry de in hashTable)
{
console.WriteLine("Key -- {0}; Value --{1}.", de.Key, de.Value);
}
{
console.WriteLine("Key -- {0}; Value --{1}.", de.Key, de.Value);
}
|
有翅膀才能征服天空
每天进步一点点++; |
|
|