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