Skip to content

Instantly share code, notes, and snippets.

@plioi
Created May 3, 2012 03:19
Show Gist options
  • Save plioi/2582790 to your computer and use it in GitHub Desktop.
Save plioi/2582790 to your computer and use it in GitHub Desktop.
int[] integers = new[] {1, 2, 3};
integers.Select(func); // returns "1", "2", "3"
integers.Select(convert); // fails to compile!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment