Skip to content

Instantly share code, notes, and snippets.

View srakowski's full-sized avatar

Shawn Rakowski srakowski

View GitHub Profile
@srakowski
srakowski / Constants.cs
Last active December 16, 2017 00:22 — forked from Flayed/Constants.cs
Enumerate Class Constants
public static class MagicStrings
{
public const string Potato = "Potato";
public const string Tomato = "Tomato";
private static string[] _strings;
public static string[] Strings
{
get
{