Thursday 21 January 2021

Synchronous Yield Return

 

Ever wanted to leave a function, and then come back in where you left off? In C# yield return does the trick.

Topics include:

  • yield return
  • IEnumerable<T>
  • Collections
  • Fibonacci sequence
Related videos:

No comments:

Post a Comment

The State Pattern

  How many developers does it take to change a lightbulb? With the State pattern, not very many. Topics include: The State Pattern Design Pa...