C# Tips

Today's C# Quiz

Quiz

This C# keyword is useful when implementing enumerator. It let the method call return data one by one per method call instead of returning all data at once. What is it?

delegate
yield return
yield break
await

Tip

Answer