+ 1
Using yeild in c#
i want to know what is the purpose of using yield in c#. and what is yield exactly. plz save me :)
2 Réponses
+ 1
here's microsoft's documentation:
https://docs.microsoft.com/en-us/dotnet/csharp/language-reference/keywords/yield
+ 1
oh thanks