Printf.TextWriterFormat<'T,'Result> 类型缩写 (F#)

表示与写入 TextWriter 关联的静态分析的格式。 第一个类型形参指示格式操作的实参,最后一个类型形参指示总体返回类型。 此类型是 Format<'Printer,TextWriter,unit,'Result> 的类型缩写。

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

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

type TextWriterFormat<'T,'Result> = Format<'Printer,'State,'Residue,'Result>

平台

Windows 8,Windows7,Windows server 2012中,Windows server 2008 R2

版本信息

F#核心库版本

支持:2.0,4.0,可移植

请参见

参考

Core.Printf 模块 (F#)

格式<'Printer,'State,'Residue,'Result>