public static int? TryGetIntValue<TKey, TValue>( this IDictionary<TKey, TValue> self, TKey key )
In This Article