Exemple #1
0
 public void SetRange(int index, TaggedForms values)
 {
     morphodita_csharpPINVOKE.TaggedForms_SetRange(swigCPtr, index, TaggedForms.getCPtr(values));
     if (morphodita_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw morphodita_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemple #2
0
 public TaggedForms(TaggedForms other) : this(morphodita_csharpPINVOKE.new_TaggedForms__SWIG_1(TaggedForms.getCPtr(other)), true)
 {
     if (morphodita_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw morphodita_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }