Exemple #1
0
 public static T?GetNullableEnum <T>(string name) where T : struct
 {
     return(SettingsContainer.GetNullableEnum <T>(name));
 }