Skip to content

Instantly share code, notes, and snippets.

@MadsTorgersen
Created March 9, 2017 20:26
Show Gist options
  • Save MadsTorgersen/f6c61b60a81b872140e6f4d7ca7de377 to your computer and use it in GitHub Desktop.
Save MadsTorgersen/f6c61b60a81b872140e6f4d7ca7de377 to your computer and use it in GitHub Desktop.
p.GetCoordinates(out var x, out _); // I only care about x
@sean3d
Copy link

sean3d commented Mar 13, 2017

I also had the same thought, @abelenky.

@mottykohn
Copy link

If _ was declared. It works like pre C# 7.0.

@elijah-ezaga
Copy link

The _ is a discard in C# 7.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment