in GameOfLife/Common/NotifyCollection.cs [16:22]
public IEnumerator<T> GetEnumerator() { for (var i = 0; i < Count; i++) { yield return array[i]; } }