예제 #1
0
        public virtual int request_type()
        {
            int ret = MeCabPINVOKE.Lattice_request_type(swigCPtr);

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