Freigeben über


Printf.TextWriterFormat<'T,'Result>-Typabkürzung (F#)

Stellt ein statisch analysiertes Format für das Schreiben in einen TextWriter dar. Der erste Typparameter gibt die Argumente der Formatierungsoperation und der letzte den Gesamtrückgabetyp an. Dieser Typ ist eine Typabkürzung für Format<'Printer,TextWriter,unit,'Result>.

Namespace/Modulpfad: Microsoft.FSharp.Core.Printf

Assembly: FSharp.Core (in FSharp.Core.dll)

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

Plattformen

Windows 8, Windows, Windows Server 2012, Windows Server 2008 R2

Versionsinformationen

F#-Kern-Bibliotheks-Versionen

Unterstützt in: 2,0, 4,0, portablen

Siehe auch

Referenz

Core.Printf-Modul (F#)

Format<'Printer,'State,'Residue,'Result>