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(); } }
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); }
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(); } }