Share via


FunctionUtils.ApplyWithError Methode

Definition

Generieren Sie einen Ausdrucksdelegat, der die Funktion anwendet, nachdem alle untergeordneten Elemente überprüft wurden.

public static AdaptiveExpressions.EvaluateExpressionDelegate ApplyWithError (Func<System.Collections.Generic.IReadOnlyList<object>,(object, string)> function, AdaptiveExpressions.FunctionUtils.VerifyExpression verify = default);
static member ApplyWithError : Func<System.Collections.Generic.IReadOnlyList<obj>, ValueTuple<obj, string>> * AdaptiveExpressions.FunctionUtils.VerifyExpression -> AdaptiveExpressions.EvaluateExpressionDelegate
Public Shared Function ApplyWithError (function As Func(Of IReadOnlyList(Of Object), ValueTuple(Of Object, String)), Optional verify As FunctionUtils.VerifyExpression = Nothing) As EvaluateExpressionDelegate

Parameter

function
Func<IReadOnlyList<Object>,ValueTuple<Object,String>>

Die anzuwendende Funktion.

verify
FunctionUtils.VerifyExpression

Funktion, um jeden Arg auf Gültigkeit zu überprüfen.

Gibt zurück

Delegat zum Auswerten eines Ausdrucks.

Gilt für: