This is because the F# September 2008 CTP doesn't support C# "param arg" arrays. This support will be added in the next major release.

Until then, to make the call (and other param array calls) you should do this:

let x = System.String.Format("{0} {1} {2}", [| box 1; box 2; box 3 |])

By on 12/3/2008 4:12 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