Iterator的int是否應該為string?
Opened this issue · 0 comments
zamhsu commented
此處的型別應該是string
經測試,使用int會出例外狀況
Design-Pattern/IteratorPattern/Program.cs
Line 19 in 5ae4ecc
因為ConcreteList內部的_collection是string陣列
Opened this issue · 0 comments
此處的型別應該是string
經測試,使用int會出例外狀況
Design-Pattern/IteratorPattern/Program.cs
Line 19 in 5ae4ecc
因為ConcreteList內部的_collection是string陣列