/// <summary> /// @brief Generate a CCDictionary pointer by file /// @param pFileName The file name of *.plist file /// @return The CCDictionary pointer generated from the file /// </summary> /// <typeparam name="?"></typeparam> /// <typeparam name="?"></typeparam> /// <param name="?"></param> /// <returns></returns> public static Dictionary <string, object> DictionaryWithContentsOfFile(string pFileName) { CCDictMaker tMaker = new CCDictMaker(); return(tMaker.DictionaryWithContentsOfFile(pFileName)); }
/// <summary> /// @brief Generate a CCDictionary pointer by file /// @param pFileName The file name of *.plist file /// @return The CCDictionary pointer generated from the file /// </summary> /// <typeparam name="?"></typeparam> /// <typeparam name="?"></typeparam> /// <param name="?"></param> /// <returns></returns> public static Dictionary<string, object> DictionaryWithContentsOfFile(string pFileName) { CCDictMaker tMaker = new CCDictMaker(); return tMaker.DictionaryWithContentsOfFile(pFileName); }