Skip to content

Instantly share code, notes, and snippets.

@dontpaniclabsgists
Last active August 28, 2017 13:57
Show Gist options
  • Save dontpaniclabsgists/80e54c109c211dac0c18b50b5234dd60 to your computer and use it in GitHub Desktop.
Save dontpaniclabsgists/80e54c109c211dac0c18b50b5234dd60 to your computer and use it in GitHub Desktop.
Cosmos2_5
public async Task<int> Count()
{
return (await All()).Length;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment