Beispiel #1
0
 public void Add(string key, IMatchSummarySeries value)
 {
     _this.Add(key, value);
 }
Beispiel #2
0
 public bool TryGetValue(string key, out IMatchSummarySeries value)
 {
     return _this.TryGetValue(key, out value);
 }