Skip to content

Instantly share code, notes, and snippets.

@Ibro
Last active November 1, 2017 03:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Ibro/00b618f3737b8337369a96c75a1c5cba to your computer and use it in GitHub Desktop.
Save Ibro/00b618f3737b8337369a96c75a1c5cba to your computer and use it in GitHub Desktop.
Desconstruction in C# 7
var (highest3, lowest3) = GetLowestHighest(numbers);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment