You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
!include`snippetStart="/* Done with Cell.*/", snippetEnd="/* We are done realizing the ICollection class. */"` code/projects/CList_ICollection/CList_ICollection/CList.cs
36
36
```
37
+
38
+
The technical role of the [`yield` keyword](https://learn.microsoft.com/en-us/dotnet/csharp/language-reference/statements/yield) is not really important: the main thing to understand is that we are constructing a way for C# to iterate over elements in our custom list in the `GetEnumerator` method.
0 commit comments