public read_summary_vector(read_summary_vector other) : this(c_csharp_summaryPINVOKE.new_read_summary_vector__SWIG_1(read_summary_vector.getCPtr(other)), true) { if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending) { throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve(); } }
public read_summary_vectorEnumerator(read_summary_vector collection) { collectionRef = collection; currentIndex = -1; currentObject = null; currentSize = collectionRef.Count; }
public void SetRange(int index, read_summary_vector values) { c_csharp_summaryPINVOKE.read_summary_vector_SetRange(swigCPtr, index, read_summary_vector.getCPtr(values)); if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending) { throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve(); } }
public static read_summary_vector Repeat(read_summary value, int count) { global::System.IntPtr cPtr = c_csharp_summaryPINVOKE.read_summary_vector_Repeat(read_summary.getCPtr(value), count); read_summary_vector ret = (cPtr == global::System.IntPtr.Zero) ? null : new read_summary_vector(cPtr, true); if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending) { throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public read_summary_vector GetRange(int index, int count) { global::System.IntPtr cPtr = c_csharp_summaryPINVOKE.read_summary_vector_GetRange(swigCPtr, index, count); read_summary_vector ret = (cPtr == global::System.IntPtr.Zero) ? null : new read_summary_vector(cPtr, true); if (c_csharp_summaryPINVOKE.SWIGPendingException.Pending) { throw c_csharp_summaryPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
internal static global::System.Runtime.InteropServices.HandleRef getCPtr(read_summary_vector obj) { return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr); }