Skip to content

Instantly share code, notes, and snippets.

@bleroy
Created February 16, 2020 23:36
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 bleroy/cb732fbb6e4cc1bda6cd6b4d5b18856a to your computer and use it in GitHub Desktop.
Save bleroy/cb732fbb6e4cc1bda6cd6b4d5b18856a to your computer and use it in GitHub Desktop.
public void Deconstruct(out int x, out int y)
{
x = X;
y = Y;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment