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

                _Dictionary = dictionary;
            }