示例#1
0
 public string GetValue(string key)
 {
     return(KeyValues.Find(c => c.Key == key).Value);
 }