免責聲明

Disclaimer (免責聲明)
繼續閱覽代表您接受以上的免責聲明.
To continue reading means you accept the above disclaimer.

2010年4月13日 星期二

Hashtable.Clear() not clean ?

Hashtable ht= new Hashtable();
ht["test"]= "pig";

ht.Clear();
if (ht.count!=0)
{
string s= "sth wrong";
}

沒有留言:

張貼留言