public void SetRange(int index, MultiwordTokens values)
 {
     udpipe_csharpPINVOKE.MultiwordTokens_SetRange(swigCPtr, index, MultiwordTokens.getCPtr(values));
     if (udpipe_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw udpipe_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public MultiwordTokens(MultiwordTokens other) : this(udpipe_csharpPINVOKE.new_MultiwordTokens__SWIG_1(MultiwordTokens.getCPtr(other)), true)
 {
     if (udpipe_csharpPINVOKE.SWIGPendingException.Pending)
     {
         throw udpipe_csharpPINVOKE.SWIGPendingException.Retrieve();
     }
 }