Example #1
0
 public bool TryGetValue(int key, out PopularityAverages value)
 {
     return(Averages.TryGetValue(key, out value));
 }