Exemplo n.º 1
0
 internal Enumerator(TouchCollection collection)
 {
     this.collection = collection;
     position        = -1;
 }
Exemplo n.º 2
0
 internal Enumerator(TouchCollection collection)
 {
     _collection = collection;
     _position   = -1;
 }