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

            CurrentGetPos += 2;
            return(x);
        }