Пример #1
0
 public ObjArrayEnumerator(ObjArray collection)
 {
     collectionRef = collection;
     currentIndex  = -1;
     currentObject = null;
     currentSize   = collectionRef.Count;
 }
Пример #2
0
 public ObjArray(ObjArray src) : this(VixenLibPINVOKE.new_ObjArray__SWIG_2(ObjArray.getCPtr(src)), true)
 {
     if (VixenLibPINVOKE.SWIGPendingException.Pending)
     {
         throw VixenLibPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #3
0
 internal static HandleRef getCPtr(ObjArray obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }