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
@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