Partager via


Printf.TextWriterFormat<'T,'Result>, abréviation de type (F#)

Représente un format analysé statiquement associé à l'écriture dans TextWriter.Le premier paramètre de type indique les arguments de l'opération de formatage et le dernier indique le type de retour global.Ce type est une abréviation de type pour Format<'Printer,TextWriter,unit,'Result>.

Espace de noms/Chemin du module : Microsoft.FSharp.Core.Printf

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

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

Plateformes

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

Informations de version

Versions de bibliothèque principale F#

Prise en charge dans : 2,0, 4,0, portables

Voir aussi

Référence

Core.Printf, module (F#)

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