public IEnumerable <TKey> WhereValueNotTest01 <TKey, TKeyOuter>(KeyValuePair <TKeyOuter, Dictionary <TKey, bool> > source) { IEnumerable <TKey> result = EnumerableExtension.WhereValueNot <TKey, TKeyOuter>(source); return(result); // TODO: add assertions to method EnumerableExtensionTest.WhereValueNotTest01(KeyValuePair`2<!!1,Dictionary`2<!!0,Boolean>>) }
public IEnumerable <TKey> WhereValueNotTest <TKey>(Dictionary <TKey, bool> source) { IEnumerable <TKey> result = EnumerableExtension.WhereValueNot <TKey>(source); return(result); // TODO: add assertions to method EnumerableExtensionTest.WhereValueNotTest(Dictionary`2<!!0,Boolean>) }
public Dictionary <TKeyOuter2, Dictionary <TKeyOuter, IEnumerable <TKeyInner> > > WhereValueNotTest04 <TKeyInner, TKeyOuter, TKeyOuter2>(Dictionary <TKeyOuter2, Dictionary <TKeyOuter, Dictionary <TKeyInner, bool> > > source) { Dictionary <TKeyOuter2, Dictionary <TKeyOuter, IEnumerable <TKeyInner> > > result = EnumerableExtension.WhereValueNot <TKeyInner, TKeyOuter, TKeyOuter2>(source); return(result); // TODO: add assertions to method EnumerableExtensionTest.WhereValueNotTest04(Dictionary`2<!!2,Dictionary`2<!!1,Dictionary`2<!!0,Boolean>>>) }