Quantcast
Channel: Is it possible to use arrays as static parameters in F# type providers? - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by N_A for Is it possible to use arrays as static parameters in F#...

Only primitive types can be used as type provider parameters. The current json type provider gets around that by using a comma separated list of parameters as a string.

View Article



Is it possible to use arrays as static parameters in F# type providers?

I want to create a type provider with a static parameter that is an array. I thought this might work if the array was of another primitive type (int, string etc), but this seems not to work.As a...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images