Created
August 31, 2016 00:57
-
-
Save jtroe/ec27543806c285a8318655472aef87fc to your computer and use it in GitHub Desktop.
Is my thing too abstract?
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
| public abstract class Thing | |
| { | |
| public string Name { get; set; } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment