Expr.NewObject-Methode (F#)
Erstellt einen Ausdruck, der den Aufruf eines Objektkonstruktors darstellt.
Namespace/Modulpfad: Microsoft.FSharp.Quotations
Assembly: FSharp.Core (in FSharp.Core.dll)
// Signature:
static member NewObject : ConstructorInfo * Expr list -> Expr
// Usage:
Expr.NewObject (constructorInfo, arguments)
Parameter
constructorInfo
Typ: ConstructorInfoDie Beschreibung des Konstruktors.
-
Die Liste der Argumente des Konstruktors.
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