public void SetRange(int index, EventCollection values) { EfficioRuntimePINVOKE.EventCollection_SetRange(swigCPtr, index, EventCollection.getCPtr(values)); if (EfficioRuntimePINVOKE.SWIGPendingException.Pending) { throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve(); } }
public void AddEvents(EventCollection eventsPtr) { EfficioRuntimePINVOKE.Frame_AddEvents(swigCPtr, EventCollection.getCPtr(eventsPtr)); if (EfficioRuntimePINVOKE.SWIGPendingException.Pending) { throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve(); } }
public EventCollection(EventCollection other) : this(EfficioRuntimePINVOKE.new_EventCollection__SWIG_1(EventCollection.getCPtr(other)), true) { if (EfficioRuntimePINVOKE.SWIGPendingException.Pending) { throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve(); } }