Esempio n. 1
0
 public void SetRange(int index, HandCollection values)
 {
     EfficioRuntimePINVOKE.HandCollection_SetRange(swigCPtr, index, HandCollection.getCPtr(values));
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
 public HandCollection(HandCollection other) : this(EfficioRuntimePINVOKE.new_HandCollection__SWIG_1(HandCollection.getCPtr(other)), true)
 {
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 3
0
 public HandData(HandCollection hands) : this(EfficioRuntimePINVOKE.new_HandData__SWIG_1(HandCollection.getCPtr(hands)), true)
 {
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }