Skip to content

Instantly share code, notes, and snippets.

@robertgreiner
Created January 4, 2012 20:25
Show Gist options
  • Save robertgreiner/1561955 to your computer and use it in GitHub Desktop.
Save robertgreiner/1561955 to your computer and use it in GitHub Desktop.
public int SumUsingLinq()
{
return numberList.Sum();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment