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

            return(item == null);
        }