Skip to content

Instantly share code, notes, and snippets.

@smoak
Created December 23, 2011 00:38
Show Gist options
  • Save smoak/1512509 to your computer and use it in GitHub Desktop.
Save smoak/1512509 to your computer and use it in GitHub Desktop.
@if (this.Model.Users.Count > 0)
{
@this.Model.Users.Count(a => a.IsAdmin) of @this.Model.Users.Count are admins
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment