FSharpFunc.InvokeFast<'T,'U,'V> 方法 (F#)
调用具有两个扩充参数的 F# 一类函数值。 在某些情况下,这将产生比连续应用参数更有效的应用效果。
命名空间/模块路径: Microsoft.FSharp.Core
程序集:FSharp.Core(在 FSharp.Core.dll 中)
// Signature:
static member InvokeFast : FSharpFunc<'T,('U -> 'V)> * 'T * 'U -> 'V
// Usage:
FSharpFunc.InvokeFast (func, arg1, arg2)
参数
func
类型:FSharpFunc<'T,('U -> 'V)>输入函数。
arg1
类型:'T第一个参数。
arg2
类型:'U第二个参数。
返回值
函数结果。
平台
Windows 8,Windows 7,Windows server 2012中,Windows server 2008 R2
版本信息
F#核心库版本
支持:2.0,4.0,可移植