Пример #1
0
        private byte getitem(int index)
        {
            byte ret = CommonPINVOKE.ByteBuffer_getitem(swigCPtr, index);

            if (CommonPINVOKE.SWIGPendingException.Pending)
            {
                throw CommonPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }