public void Swap(FingerCollection other) { EfficioRuntimePINVOKE.FingerCollection_Swap(swigCPtr, FingerCollection.getCPtr(other)); if (EfficioRuntimePINVOKE.SWIGPendingException.Pending) { throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve(); } }
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(); } }
public FingerCollection(FingerCollection other) : this(EfficioRuntimePINVOKE.new_FingerCollection__SWIG_1(FingerCollection.getCPtr(other)), true) { if (EfficioRuntimePINVOKE.SWIGPendingException.Pending) { throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve(); } }