コード例 #1
0
 public bool TryGetSetting(string name, out string value)
 {
     return(configStrategy.TryGetSetting(name, out value));
 }