Пример #1
0
        public bool Generics_AnotherGenericOnTypeParamRetTypeGen()
        {
            var foo  = new Foo <Another <Dictionary <string, int> > >(new Another <Dictionary <string, int> >());
            var item = foo.AnotherGenericOnTypeParamRetTypeGen <bool?>(new Another <Dictionary <string, int> > [1], null);

            return(item == null);
        }