Recent Posts

Enum values can be characters too

less than 1 minute read

Almost everyone who has programmed something in C# has created an enum at one point or another: public enum Whatever { Zero, One, Two, Three } You ca...