Exemple #1
0
 public StringTableDictionary(ObjectTable <Type> string_table)
 {
     this._string_table = string_table;
     this._dictionary   = new Dictionary <uint, uint>();
 }
Exemple #2
0
 public StringTableDictionaryEnumerator(ObjectTable <Type> string_table, IEnumerator <KeyValuePair <uint, uint> > enumerator)
 {
     this._enumerator   = enumerator;
     this._string_table = string_table;
 }