public static Dictionary<string, double> m_BankBalance = new Dictionary<string, double>();

what does this syntax mean?