Skip to content

Instantly share code, notes, and snippets.

@ufcpp
Created February 10, 2015 18:23
Show Gist options
  • Save ufcpp/7c64d49a2e475655f62f to your computer and use it in GitHub Desktop.
Save ufcpp/7c64d49a2e475655f62f to your computer and use it in GitHub Desktop.
Unsplatting
var list = List<(string name, int age)>();
list.Add("John Doe", 66); // "unsplatting" to a tuple
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment