Пример #1
0
        public static Dictionary <string, object> dictionaryWithContentsOfFile(string pFileName)
        {
            CCDictMaker maker = new CCDictMaker();

            return(maker.dictionaryWithContentsOfFile(pFileName));
        }
Пример #2
0
 /// <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);
 }