public OverdueValueEnumerable(ScheduledDictionary <TKey, TValue> dictionary) { if (dictionary == null) { throw new ArgumentNullException("dictionary"); } _Dictionary = dictionary; }