I\'m working with an api that requires a value of type Func. (Specifically, I\'m trying to call ModelMetadataProviders.Current.GetMetadataForType().
How can I construct
let f = new System.Func(fun() -> printfn "ok"; new obj())