Not sure I totally grasp what you're trying to do, but a direct translation of your F# code would be:

1
2
3
4
        static void Foo<T1, T2, T3, T4>(T1 x, T2 y) {
            Func<Func<T3, T4>, T3, T4> pa = (f, c) => f(c);
            //...
        }
By on 10/15/2012 2:50 PM ()
IntelliFactory Offices Copyright (c) 2011-2012 IntelliFactory. All rights reserved.
Home | Products | Consulting | Trainings | Blogs | Jobs | Contact Us | Terms of Use | Privacy Policy | Cookie Policy
Built with WebSharper