示例#1
0
 // Constructor
 public ConcreteIterator(ConcreteAggregate aggregate)
 {
     this._aggregate = aggregate;
 }