Skip to content

Instantly share code, notes, and snippets.

@jaykz52
Created December 14, 2010 02:20
Show Gist options
  • Save jaykz52/739910 to your computer and use it in GitHub Desktop.
Save jaykz52/739910 to your computer and use it in GitHub Desktop.
A class demonstrating the stereotypical starting point for most class constructor
public class SomeClass
{
public SomeClass()
{
// do something awesome here
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment