コード例 #1
0
ファイル: Hashtable.cs プロジェクト: viktorius/Viktor
 public HashTableEnumerator(Hashtable <TKey, TData> table)
 {
     this.table = table;
 }