Last active
July 5, 2017 14:15
-
-
Save JokerMartini/7eb058604b1fddc028f9 to your computer and use it in GitHub Desktop.
C# class object sample layout
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
#region privates properties | |
#endregion privates properties | |
#region public properties | |
#endregion public properties | |
#region constructors | |
#endregion | |
#region commands | |
#endregion | |
#region methods | |
#endregion | |
#region events | |
#endregion |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment