public Enumerator(CollectionView c) { this._collectionView = c; this._index = -1; }
internal static HandleRef getCPtr(CollectionView obj) { return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr); }