AdEvade.Config.Properties.GetInt C# (CSharp) Method

GetInt() public static method

public static GetInt ( ConfigValue key ) : int
key ConfigValue
return int
        public static int GetInt(ConfigValue key)
        {
            return (int)Values[key];
        }
        public static bool GetBool(ConfigValue key)