FSharpFunc.Invoke<'T1,'T2,'T3,'T4,'T5,'U> 方法 (F#)

调用 F# 一类函数值,该函数值可在不干扰执行的情况下接受五个扩充参数。

命名空间/模块路径: Microsoft.FSharp.Core.OptimizedClosures

程序集:FSharp.Core(在 FSharp.Core.dll 中)

// Signature:
abstract this.Invoke : FSharpFunc<'T1,'T2,'T3,'T4,'T5,'U> -> 'T1 * 'T2 * 'T3 * 'T4 * 'T5 -> 'U

// Usage:
fSharpFunc.Invoke (arg1, arg2, arg3, arg4, arg5)

参数

  • arg1
    类型:'T1

    第一个参数。

  • arg2
    类型:'T2

    第二个参数。

  • arg3
    类型:'T3

    第三个参数。

  • arg4
    类型:'T4

    第四个自变量。

  • arg5
    类型:'T5

    第五个自变量。

返回值

函数结果。

平台

Windows 7、Windows Vista SP2、Windows XP SP3、Windows XP x64 SP2、Windows Server 2008 R2、Windows Server 2008 SP2、Windows Server 2003 SP2

版本信息

F# 运行时

受以下版本支持:2.0、4.0

Silverlight

受以下版本支持:3

请参见

参考

OptimizedClosures.FSharpFunc<'T1,'T2,'T3,'T4,'T5,'U> 类 (F#)

Core.OptimizedClosures 模块 (F#)