예제 #1
0
 public IEnumerator <Square> GetEnumerator()
 {
     return(Squares.OfType <Square>().GetEnumerator());
 }