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