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