Exemplo n.º 1
0
 protected override T CreateInstance(ByteBuffer keyBytes, ByteBuffer valueBytes)
 {
     return((T)_manipulator.CreateInstanceFromSecondaryKey(ItemLoader, _secondaryKeyIndex, _fieldCountInKey,
                                                           KeyBytes, keyBytes));
 }