public static int GetIntValue<TKey, TValue>( this Dictionary<TKey, TValue> self, TKey key, int defaultValue = 0 )
In This Article