Exemplo n.º 1
0
        public void Foo()
        {
            iThing.DoSomethingNested();
            iThing.DoSomethingNotNested();

            thing.DoSomethingNested();
            thing.DoSomethingNotNested();

            widget.DoSomethingNested();
            widget.DoSomethingNotNested <string>();
        }