public SdfStringListOpVector(SdfStringListOpVector other) : this(UsdCsPINVOKE.new_SdfStringListOpVector__SWIG_1(SdfStringListOpVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public SdfStringListOpVectorEnumerator(SdfStringListOpVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, SdfStringListOpVector values)
 {
     UsdCsPINVOKE.SdfStringListOpVector_SetRange(swigCPtr, index, SdfStringListOpVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public static SdfStringListOpVector Repeat(SdfStringListOp value, int count)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.SdfStringListOpVector_Repeat(SdfStringListOp.getCPtr(value), count);
            SdfStringListOpVector ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SdfStringListOpVector(cPtr, true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        public SdfStringListOpVector GetRange(int index, int count)
        {
            global::System.IntPtr cPtr = UsdCsPINVOKE.SdfStringListOpVector_GetRange(swigCPtr, index, count);
            SdfStringListOpVector ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SdfStringListOpVector(cPtr, true);

            if (UsdCsPINVOKE.SWIGPendingException.Pending)
            {
                throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SdfStringListOpVector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }