Пример #1
0
        public bool Generics_AnotherGenericWithOneArgumentParam()
        {
            var foo = new Foo <Another <Dictionary <string, int> > >(new Another <Dictionary <string, int> >());

            foo.AnotherGenericWithOneArgumentParam(new Dictionary <string, Another <Dictionary <string, int> > >());
            return(true);
        }