コード例 #1
0
ファイル: ByteBuffer.cs プロジェクト: sttp/net-cppapi
        public int IndexOf(byte value)
        {
            int ret = CommonPINVOKE.ByteBuffer_IndexOf(swigCPtr, value);

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