Patcher.Rules.Proxies.Fallout4EnumConverter.ToWeatherSoundTypes C# (CSharp) Méthode

ToWeatherSoundTypes() public static méthode

public static ToWeatherSoundTypes ( this value ) : WeatherSoundTypes
value this
Résultat WeatherSoundTypes
        public static WeatherSoundTypes ToWeatherSoundTypes(this WeatherSoundType value)
        {
            return EnumConverter.ConvertByName<WeatherSoundTypes>(value);
        }