示例#1
0
 private bool Load <T>(KeyValuePairLists <T> lists, string key, ref T value)
 {
     return(lists.TryGetValue(key, ref value));
 }