Пример #1
0
        public ClassType Foo()
        {
            var t = new ClassType();

            t.Foo(1);
            return(t);
        }