Skip to content

Instantly share code, notes, and snippets.

@mkrueger
Created April 12, 2012 11:10
Show Gist options
  • Save mkrueger/2366574 to your computer and use it in GitHub Desktop.
Save mkrueger/2366574 to your computer and use it in GitHub Desktop.
public class ClassName
{
public int Foo { get; set; }
}
class MainClass
{
void Method ()
{
var stuff = new ClassName {
};
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment