Exemple #1
0
 public static bool IsValid <T>(T value)
     where T : Enum
 {
     return(EnumInfo <T> .IsValid(value));
 }