Exemplo n.º 1
0
 public void Dispose()
 {
     _collection = null;
     Current     = default(Animation);
     _index      = -1;
 }
Exemplo n.º 2
0
 public AnimationEnumerator(AnimationCollection collection)
 {
     _collection = collection;
     _index      = -1;
     Current     = default(Animation);
 }