예제 #1
0
파일: KeyInfo.cs 프로젝트: samus/Firkin
 public KeyInfo(ushort fileId, HintRecord hint)
 {
     FileId = fileId;
     Serial = hint.Serial;
     ValueSize = hint.ValueSize;
     ValuePosition = hint.ValuePosition;
 }
예제 #2
0
 public KeyInfo(ushort fileId, HintRecord hint)
 {
     FileId        = fileId;
     Serial        = hint.Serial;
     ValueSize     = hint.ValueSize;
     ValuePosition = hint.ValuePosition;
 }