// Simple case.
 public void Match1(MyEnum e, NotEnum ne)
 {
     if (e.ToString() == "First") { }
 }
Exemplo n.º 2
0
 // Simple case.
 public void Match1(MyEnum e, NotEnum ne)
 {
     if (e.ToString() == "First")
     {
     }
 }