예제 #1
0
        public virtual bool next()
        {
            bool ret = MeCabPINVOKE.Lattice_next(swigCPtr);

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