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