Delen via


FunctionUtils.ApplyWithError Methode

Definitie

Genereer een expressie-gemachtigde die functie toepast nadat alle onderliggende elementen zijn geverifieerd.

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

Parameters

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

Toe te passen functie.

verify
FunctionUtils.VerifyExpression

Functie om elk argument te controleren op geldigheid.

Retouren

Delegeren voor het evalueren van een expressie.

Van toepassing op