public static void checkExampo(enumExampo exampo)
Console.WriteLine("This should not run");
Console.WriteLine("This should not run");
Console.WriteLine("This should run");
Console.WriteLine("This should not run");
Console.WriteLine("is a new Instance");
Console.WriteLine($"Default, flagged for {exampo}");
public static void Main()
var sampleEnum = new enumExampo();
var exNiner = enumExampo.set9;