コード例 #1
0
ファイル: Recordset.cs プロジェクト: xwyangjshb/qizmt
        public UInt16 GetUInt16()
        {
            UInt16 x = Entry.BytesToUInt16(Buffer, CurrentGetPos);

            CurrentGetPos += 2;
            return(x);
        }