Created
November 1, 2017 03:33
-
-
Save Ibro/47547b09e4b2ec06eaed17163423f912 to your computer and use it in GitHub Desktop.
Desconstruction in C# 7
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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