コード例 #1
0
 public static string Get(string category, string key)
 {
     return(IniUtil.GetValueFromHashtable(category, key, m_ht));
 }