RuntimeHelpers.EnumerateThenFinally<'T> 函数 (F#)

F# 编译器将发出对此函数的调用,以实现 F# 序列表达式的 try...finally 构造。

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

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

// Signature:
RuntimeHelpers.EnumerateThenFinally : seq<'T> -> (unit -> unit) -> seq<'T>

// Usage:
RuntimeHelpers.EnumerateThenFinally source compensation

参数

  • source
    类型:seq<'T>

    输入序列。

  • compensation
    类型:unit -> unit

    要包括在枚举器的 Dispose 方法中的计算。

返回值

结果序列。

平台

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

请参见

参考

CompilerServices.RuntimeHelpers 模块 (F#)

Microsoft.FSharp.Core.CompilerServices 命名空间 (F#)