예제 #1
0
 public virtual void set_result(string result)
 {
     MeCabPINVOKE.Lattice_set_result(swigCPtr, result);
     if (MeCabPINVOKE.SWIGPendingException.Pending)
     {
         throw MeCabPINVOKE.SWIGPendingException.Retrieve();
     }
 }