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