Exemplo n.º 1
0
 public SetEntryIterator(Engine engine, SetInstance set) : base(engine)
 {
     _set      = set;
     _position = 0;
 }