示例#1
0
 /// <summary>
 /// Gets the value.
 /// </summary>
 /// <param name="key">The key.</param>
 /// <returns></returns>
 public string GetValue(string key)
 {
     return(_states.Get(_section, key));
 }