internal static HandleRef getCPtr(StringList obj)
 {
     return((obj != null) ? obj.swigCPtr : new HandleRef(null, IntPtr.Zero));
 }
 public StringList(StringList other) : this(AppUtilPINVOKE.new_StringList__SWIG_1(StringList.getCPtr(other)), true)
 {
     if (AppUtilPINVOKE.SWIGPendingException.Pending)
     {
         throw AppUtilPINVOKE.SWIGPendingException.Retrieve();
     }
 }