Yield keyword in a nutshell

preview_player
Показать описание
Several simple examples of how to use the yield keyword in C#.

Note that in the video, LINQ's Reverse() method buffers everything and then walks through it backwards. The compiler error was List calling its concrete implementation of reverse which does an in-place reversal of its contents, returning void.
Рекомендации по теме
Комментарии
Автор

The console wasn't showing up on this one. Still, thanks a lot! This playlist was one of the most useful playlists I've ever seen.

GabrieldeOliveiraAzevedo
Автор

Watched em all. Awesome series!!!Thanks

guanwang
Автор

Your videos are great! These have been the most useful I have found. Going to see if you have any other videos. I'm surprised you don't have more views. Great job and thank you again.

daleprather
Автор

hey, which keyboard are you using in this video ?

MojojojoSpaceMonkey