Skip to content

Instantly share code, notes, and snippets.

@jtroe
Created August 31, 2016 00:57
Show Gist options
  • Save jtroe/ec27543806c285a8318655472aef87fc to your computer and use it in GitHub Desktop.
Save jtroe/ec27543806c285a8318655472aef87fc to your computer and use it in GitHub Desktop.
Is my thing too abstract?
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