Esempio n. 1
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));
        }
Esempio n. 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);
 }