예제 #1
0
 private void setitem(int index, Data val)
 {
     EfficioRuntimePINVOKE.DataCollection_setitem(swigCPtr, index, Data.getCPtr(val));
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }