Beispiel #1
0
 public String8Column(StringStore strings)
 {
     _strings     = strings;
     _identifiers = new PartialArray <int>();
 }
Beispiel #2
0
 public StringStoreEnumerator(StringStore store, Range range)
 {
     this.Store = store;
     this.Range = range;
     Reset();
 }