コード例 #1
0
ファイル: Lattice.cs プロジェクト: zyxPaiDaxing/mecab
 public virtual void clear()
 {
     MeCabPINVOKE.Lattice_clear(swigCPtr);
     if (MeCabPINVOKE.SWIGPendingException.Pending)
     {
         throw MeCabPINVOKE.SWIGPendingException.Retrieve();
     }
 }