Exemplo n.º 1
0
 public KeyInfo(ushort fileId, HintRecord hint)
 {
     FileId = fileId;
     Serial = hint.Serial;
     ValueSize = hint.ValueSize;
     ValuePosition = hint.ValuePosition;
 }
Exemplo n.º 2
0
 public KeyInfo(ushort fileId, HintRecord hint)
 {
     FileId        = fileId;
     Serial        = hint.Serial;
     ValueSize     = hint.ValueSize;
     ValuePosition = hint.ValuePosition;
 }