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

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