-
-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement foreach
support
#235
Labels
enhancement
New feature or request
Comments
adrianoc
added a commit
that referenced
this issue
Jun 28, 2023
…e emission of code in try/finally blocks the initial motication was to avoid code duplication in foreach handling (#235)
adrianoc
added a commit
that referenced
this issue
Jun 29, 2023
…e emission of code in try/finally blocks (part of #235) the initial motication was to avoid code duplication in foreach handling
adrianoc
added a commit
that referenced
this issue
Jun 29, 2023
…rn (part of #235) the 'enumerator' pattern can be summarized as, give a type that implements: 1. a 'public bool MoveNext()' method and 2. has a public property named 'Current' it can be used as the target of a foreach.
adrianoc
added a commit
that referenced
this issue
Jun 29, 2023
adrianoc
added a commit
that referenced
this issue
Jun 30, 2023
…rn (part of #235) the 'enumerator' pattern can be summarized as, give a type that implements: 1. a 'public bool MoveNext()' method and 2. has a public property named 'Current' it can be used as the target of a foreach.
adrianoc
added a commit
that referenced
this issue
Jun 30, 2023
adrianoc
added a commit
that referenced
this issue
Jun 30, 2023
adrianoc
added a commit
that referenced
this issue
Jun 30, 2023
adrianoc
added a commit
that referenced
this issue
Jul 22, 2023
…e emission of code in try/finally blocks the initial motication was to avoid code duplication in foreach handling (#235)
adrianoc
added a commit
that referenced
this issue
Jul 22, 2023
…rn (part of #235) the 'enumerator' pattern can be summarized as, give a type that implements: 1. a 'public bool MoveNext()' method and 2. has a public property named 'Current' it can be used as the target of a foreach.
adrianoc
added a commit
that referenced
this issue
Jul 22, 2023
adrianoc
added a commit
that referenced
this issue
Jul 22, 2023
adrianoc
added a commit
that referenced
this issue
Jul 22, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No description provided.
The text was updated successfully, but these errors were encountered: