Skip to content

Instantly share code, notes, and snippets.

@JeffreyZhao
Created April 10, 2013 13:23
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 JeffreyZhao/5354585 to your computer and use it in GitHub Desktop.
Save JeffreyZhao/5354585 to your computer and use it in GitHub Desktop.
struct MyKey {
private readonly int _a;
private readonly int _b;
public MyKey(int a, int b) {
_a = a;
_b = b;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment