예제 #1
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();
     }
 }
예제 #2
0
 public FingerCollection(FingerCollection other) : this(EfficioRuntimePINVOKE.new_FingerCollection__SWIG_1(FingerCollection.getCPtr(other)), true)
 {
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #3
0
 public FingerCollectionEnumerator(FingerCollection collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
예제 #4
0
 public void Swap(FingerCollection other)
 {
     EfficioRuntimePINVOKE.FingerCollection_Swap(swigCPtr, FingerCollection.getCPtr(other));
     if (EfficioRuntimePINVOKE.SWIGPendingException.Pending)
     {
         throw EfficioRuntimePINVOKE.SWIGPendingException.Retrieve();
     }
 }
예제 #5
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FingerCollection obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }