@(int i = 0;) @foreach (var item in myList) { @(i++;) }
@{int i = 0;} @foreach (var item in myList) { @(i++;) }