示例#1
0
 public string Get(CompositeKeyFail key)
 {
     return(_dictionary[key]);
 }
示例#2
0
 public void Add(CompositeKeyFail key, string value)
 {
     _dictionary.Add(key, value);
 }