Ejemplo n.º 1
0
 public TmsListEnumerator(ITmsList <T> list)
 {
     _list = list;
     Reset();
 }
Ejemplo n.º 2
0
 void IDisposable.Dispose()
 {
     _list = null;
 }