public void SetRange(int index, ListString values)
 {
     facerecognitionPINVOKE.ListString_SetRange(swigCPtr, index, ListString.getCPtr(values));
     if (facerecognitionPINVOKE.SWIGPendingException.Pending)
     {
         throw facerecognitionPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public ListString(ListString other) : this(facerecognitionPINVOKE.new_ListString__SWIG_1(ListString.getCPtr(other)), true)
 {
     if (facerecognitionPINVOKE.SWIGPendingException.Pending)
     {
         throw facerecognitionPINVOKE.SWIGPendingException.Retrieve();
     }
 }