Exemplo n.º 1
0
 internal ThickIndex(Type keyType, StorageImpl db)
     : base(db)
 {
     index = db.CreateIndex(keyType, true);
 }