FSharpFunc.Invoke<'T,'U> Method (F#)
Visual Studio 2012
Invoke an F# first class function value with one argument.
Namespace/Module Path: Microsoft.FSharp.Core
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature: abstract this.Invoke : 'T -> 'U // Usage: fSharpFunc.Invoke (func)