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