コード例 #1
0
 public ConcreteIteratorDesc(ConcreteAggregate aggregate)
 {
     this.aggregate = aggregate;
     current        = aggregate.Count - 1;
 }