public void ComposeOperations(SdfReferenceListOp stronger, SdfListOpType op)
 {
     UsdCsPINVOKE.SdfReferenceListOp_ComposeOperations(swigCPtr, SdfReferenceListOp.getCPtr(stronger), (int)op);
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public void Swap(SdfReferenceListOp rhs)
 {
     UsdCsPINVOKE.SdfReferenceListOp_Swap(swigCPtr, SdfReferenceListOp.getCPtr(rhs));
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }