Ejemplo n.º 1
0
        public static string Get(string key)
        {
            string ret;

            return(_instance.TryGetValue(key, out ret) ? ret : key);
        }