Example #1
0
 public override TSE Parse(object value)
 {
     return(TypeSafeEnum <TSE, U> .FromKey((U)value)); // we can't use ITypeSafeEnum because FromKey is a static factory (can't be defined in interface)
 }