Partager via


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

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

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

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

type TextWriterFormat<'T> = TextWriterFormat<'T,unit>

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#)

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