Пример #1
0
 public Enumerator(CollectionView c)
 {
     this._collectionView = c;
     this._index          = -1;
 }
Пример #2
0
 internal static HandleRef getCPtr(CollectionView obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }