Ejemplo n.º 1
0
 public mapIntBlobHistory(mapIntBlobHistory other) : this(libtischPINVOKE.new_mapIntBlobHistory__SWIG_1(mapIntBlobHistory.getCPtr(other)), true)
 {
     if (libtischPINVOKE.SWIGPendingException.Pending)
     {
         throw libtischPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public mapIntBlobHistoryEnumerator(mapIntBlobHistory collection)
 {
     collectionRef = collection;
     keyCollection = new System.Collections.Generic.List <int>(collection.Keys);
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Ejemplo n.º 3
0
 internal static HandleRef getCPtr(mapIntBlobHistory obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }