All Tags »
Basic
Sorry, but there are no more tags available to filter with.
-
Hi folks, today I’ve discovered that the basic C# language specification is escaping me. I keep discovering new features of the language itself. I have found the keyword ‘yield’ in C#. It takes one of the forms: ‘yield return expression‘ or ‘yield break’. Now lets explain the use of the keyword in a brief example:
public class DaysOfTheWeek : ...