csharplang/proposals/csharp-7.3/ref-loops.md

4 lines
139 B
Markdown
Raw Normal View History

## Ref loops
In C# 7.3, we added support for *ref for loops* and *ref foreach loops*. This is a placeholder for their specifications.