Ejemplo n.º 1
0
        public virtual bool parent(string lemma, DerivatedLemma parent)
        {
            bool ret = morphodita_csharpPINVOKE.Derivator_parent(swigCPtr, lemma, DerivatedLemma.getCPtr(parent));

            if (morphodita_csharpPINVOKE.SWIGPendingException.Pending)
            {
                throw morphodita_csharpPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(DerivatedLemma obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }