Skip to content

Instantly share code, notes, and snippets.

@VladimirReshetnikov
Created January 28, 2014 22:16
Show Gist options
  • Select an option

  • Save VladimirReshetnikov/8677716 to your computer and use it in GitHub Desktop.

Select an option

Save VladimirReshetnikov/8677716 to your computer and use it in GitHub Desktop.
struct S
{
int x;
S(int y)
{
if (GetType is object) { }
if (Equals is object) { }
this.x = y;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment