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