예제 #1
0
파일: Iterator.cs 프로젝트: bcatbat/CsDP
 public ConcreteIterator(ConcreteAggregate aggregate)
 {
     this._aggregate = aggregate;
 }