Patcher.Rules.Proxies.SkyrimEnumConverter.ToWeatherSoundTypes C# (CSharp) 메소드

ToWeatherSoundTypes() 공개 정적인 메소드

public static ToWeatherSoundTypes ( this value ) : WeatherSoundTypes
value this
리턴 WeatherSoundTypes
        public static WeatherSoundTypes ToWeatherSoundTypes(this WeatherSoundType value)
        {
            return EnumConverter.ConvertByName<WeatherSoundTypes>(value);
        }