Expr.WhileLoop-Methode (F#)
Erstellt einen Ausdruck, der eine While-Schleife darstellt.
Namespace/Modulpfad: Microsoft.FSharp.Quotations
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
static member WhileLoop : Expr * Expr -> Expr
// Usage:
Expr.WhileLoop (guard, body)
Parameter
guard
Typ: ExprDas Prädikat, mit dem die Iteration der Schleife gesteuert wird.
body
Typ: ExprDer Text der While-Schleife.
Rückgabewert
Der resultierende Ausdruck.
Plattformen
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Versionsinformationen
F#-Kern-Bibliotheks-Versionen
Unterstützt in: 2,0, 4,0, portablen