C# Yield Return Statement
In this week's newsletter I want to talk about the yield keyword in C#. I think it's a powerful C# feature and I wanted to highlight the benefits.
The yield keyword tells the compiler that the method in which it appears is an iterator block. An itera...
milanjovanovic.hashnode.dev4 min read