public lane_summary at(uint n) { lane_summary ret = new lane_summary(c_csharp_summaryPINVOKE.read_summary_at(swigCPtr, n), false); if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending) { throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(lane_summary obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }