Skip to content

Instantly share code, notes, and snippets.

@nishanc
Created August 6, 2023 13:47
Show Gist options
  • Save nishanc/ce86dc5c7e0aee16f0ae4fc831b3b350 to your computer and use it in GitHub Desktop.
Save nishanc/ce86dc5c7e0aee16f0ae4fc831b3b350 to your computer and use it in GitHub Desktop.
await foreach (var item in GetItemsAsync())
{
Console.WriteLine(item.value);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment