Property | Value |
---|---|
Id | CS1622 |
Title | Cannot return a value from an iterator. Use the yield return statement to return a value, or yield break to end the iteration. |
Severity | Error |
Official Documentation | link |
- Use yield return instead of return
(Generated with DotMarkdown)