Skip to content

Instantly share code, notes, and snippets.

@Ibro
Created November 1, 2017 03:33
Show Gist options
  • Save Ibro/47547b09e4b2ec06eaed17163423f912 to your computer and use it in GitHub Desktop.
Save Ibro/47547b09e4b2ec06eaed17163423f912 to your computer and use it in GitHub Desktop.
Desconstruction in C# 7
public void Deconstruct(out Type1 first, out Type2 second, ... , out Type99 last) { ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment