Skip to content

Instantly share code, notes, and snippets.

@lgolubyev
Created November 21, 2022 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lgolubyev/88629ae7de6a275315997ba173406d39 to your computer and use it in GitHub Desktop.
Save lgolubyev/88629ae7de6a275315997ba173406d39 to your computer and use it in GitHub Desktop.
foreach (var (value, i) in users.Select((value, u) => (value, i)))
{
User value = user.value;
int index = user.i;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment