示例#1
0
 public HashTableEnumerator(Hashtable <TKey, TData> table)
 {
     this.table = table;
 }