Esempio n. 1
0
 public void SetRange(int index, DerivatedLemmas values)
 {
     morphodita_csharpPINVOKE.DerivatedLemmas_SetRange(swigCPtr, index, DerivatedLemmas.getCPtr(values));
     if (morphodita_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw morphodita_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
        public virtual bool children(string lemma, DerivatedLemmas children)
        {
            bool ret = morphodita_csharpPINVOKE.Derivator_children(swigCPtr, lemma, DerivatedLemmas.getCPtr(children));

            if (morphodita_csharpPINVOKE.SWIGPendingException.Pending)
            {
                throw morphodita_csharpPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 3
0
 public DerivatedLemmas(DerivatedLemmas other) : this(morphodita_csharpPINVOKE.new_DerivatedLemmas__SWIG_1(DerivatedLemmas.getCPtr(other)), true)
 {
     if (morphodita_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw morphodita_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }