public SdfReferenceListOpVector(SdfReferenceListOpVector other) : this(UsdCsPINVOKE.new_SdfReferenceListOpVector__SWIG_1(SdfReferenceListOpVector.getCPtr(other)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public SdfReferenceListOpVectorEnumerator(SdfReferenceListOpVector collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
 public void SetRange(int index, SdfReferenceListOpVector values)
 {
     UsdCsPINVOKE.SdfReferenceListOpVector_SetRange(swigCPtr, index, SdfReferenceListOpVector.getCPtr(values));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
        public static SdfReferenceListOpVector Repeat(SdfReferenceListOp value, int count)
        {
            global::System.IntPtr    cPtr = UsdCsPINVOKE.SdfReferenceListOpVector_Repeat(SdfReferenceListOp.getCPtr(value), count);
            SdfReferenceListOpVector ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SdfReferenceListOpVector(cPtr, true);

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

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