Skip to content

Instantly share code, notes, and snippets.

@BinRoot
Created August 6, 2012 22:09
Show Gist options
  • Save BinRoot/3278903 to your computer and use it in GitHub Desktop.
Save BinRoot/3278903 to your computer and use it in GitHub Desktop.
Lambda Sum
private int CountKeys(IEnumerable<IProductKey> keyInfos)
{
return keyInfos.Sum(keyInfo => keyInfo.ClaimedProductKeyCount);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment