public UsdStageLoadRulesPair(UsdStageLoadRulesPair p) : this(UsdCsPINVOKE.new_UsdStageLoadRulesPair__SWIG_2(UsdStageLoadRulesPair.getCPtr(p)), true)
 {
     if (UsdCsPINVOKE.SWIGPendingException.Pending)
     {
         throw UsdCsPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(UsdStageLoadRulesPair obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }