Created
January 23, 2015 23:27
-
-
Save JoshVarty/cd6abd564ec166e995e2 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| class MyClass | |
| { | |
| int myField = 0; | |
| public int MyProperty {get; set;} | |
| public void MyMethod() { } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment