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