Пример #1
0
        public IEnumerable <TKey> WhereValueTest06 <TKey, TKeyOuter>(KeyValuePair <TKeyOuter, Dictionary <TKey, bool> > source)
        {
            IEnumerable <TKey> result = EnumerableExtension.WhereValue <TKey, TKeyOuter>(source);

            return(result);
            // TODO: add assertions to method EnumerableExtensionTest.WhereValueTest06(KeyValuePair`2<!!1,Dictionary`2<!!0,Boolean>>)
        }
Пример #2
0
        public IEnumerable <TKey> WhereValueTest05 <TKey>(Dictionary <TKey, bool> source)
        {
            IEnumerable <TKey> result = EnumerableExtension.WhereValue <TKey>(source);

            return(result);
            // TODO: add assertions to method EnumerableExtensionTest.WhereValueTest05(Dictionary`2<!!0,Boolean>)
        }
Пример #3
0
        public IEnumerable <TKey> WhereValueTest <TKey, TElement>(Dictionary <TKey, TElement> source, Func <KeyValuePair <TKey, TElement>, bool> predicate)
        {
            IEnumerable <TKey> result = EnumerableExtension.WhereValue <TKey, TElement>(source, predicate);

            return(result);
            // TODO: add assertions to method EnumerableExtensionTest.WhereValueTest(Dictionary`2<!!0,!!1>, Func`2<KeyValuePair`2<!!0,!!1>,Boolean>)
        }
Пример #4
0
        public Dictionary <TKeyOuter2, Dictionary <TKeyOuter, IEnumerable <TKeyInner> > > WhereValueTest09 <TKeyInner, TKeyOuter, TKeyOuter2>(Dictionary <TKeyOuter2, Dictionary <TKeyOuter, Dictionary <TKeyInner, bool> > > source)
        {
            Dictionary <TKeyOuter2, Dictionary <TKeyOuter, IEnumerable <TKeyInner> > > result
                = EnumerableExtension.WhereValue <TKeyInner, TKeyOuter, TKeyOuter2>(source);

            return(result);
            // TODO: add assertions to method EnumerableExtensionTest.WhereValueTest09(Dictionary`2<!!2,Dictionary`2<!!1,Dictionary`2<!!0,Boolean>>>)
        }
Пример #5
0
        public Dictionary <TKeyOuter, IEnumerable <TKey> > WhereValueTest02 <TKeyOuter, TKey, TElement>(Dictionary <TKeyOuter, Dictionary <TKey, TElement> > source, Func <KeyValuePair <TKey, TElement>, bool> predicate)
        {
            Dictionary <TKeyOuter, IEnumerable <TKey> > result
                = EnumerableExtension.WhereValue <TKeyOuter, TKey, TElement>(source, predicate);

            return(result);
            // TODO: add assertions to method EnumerableExtensionTest.WhereValueTest02(Dictionary`2<!!0,Dictionary`2<!!1,!!2>>, Func`2<KeyValuePair`2<!!1,!!2>,Boolean>)
        }