Exemplo n.º 1
0
 public void Swap(FingerCollection other)
 {
     EfficioRuntimePINVOKE.FingerCollection_Swap(swigCPtr, FingerCollection.getCPtr(other));
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 2
0
 public Hand(BodySide side, FingerCollection fingers) : this(EfficioRuntimePINVOKE.new_Hand__SWIG_2((int)side, FingerCollection.getCPtr(fingers)), true)
 {
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Exemplo n.º 3
0
 public FingerCollection(FingerCollection other) : this(EfficioRuntimePINVOKE.new_FingerCollection__SWIG_1(FingerCollection.getCPtr(other)), true)
 {
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }