CalendarAggregator.CalendarRenderer.IsDefaultThemeDict C# (CSharp) Метод

IsDefaultThemeDict() приватный статический Метод

private static IsDefaultThemeDict ( string>.Dictionary theme_dict ) : bool
theme_dict string>.Dictionary
Результат bool
        private static bool IsDefaultThemeDict(Dictionary<string,Dictionary<string,string>> theme_dict)
        {
            return theme_dict.Keys.Count == 1 && theme_dict.Keys.ToList()[0] == "default";
        }