ienumerator
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
ienumerator [2021/03/18 15:09] – 73.95.178.156 | ienumerator [2025/01/15 04:35] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 13: | Line 13: | ||
* -1: The generator has finished, the generator exited early, or the generator threw an exception. | * -1: The generator has finished, the generator exited early, or the generator threw an exception. | ||
- | The state value is set in a field '' | + | The state value is set in a field '' |
<code c#> | <code c#> | ||
[CompilerGenerated] | [CompilerGenerated] | ||
Line 85: | Line 86: | ||
The lambda function is stored as a local variable ''<> | The lambda function is stored as a local variable ''<> | ||
- | ===== All lambdas are piled into a single DisplayClass anonymous type, and share the same instance. | + | **All lambdas are piled into a single DisplayClass anonymous type, and share the same instance.** |
ienumerator.1616080179.txt.gz · Last modified: 2025/01/15 04:35 (external edit)