Example #1
0
 private void Save <T>(KeyValuePairLists <T> lists, string key, T value)
 {
     lists.TrySetValue(key, value);
 }