Delen via


FunctionUtils.ApplyWithOptionsAndError Methode

Definitie

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

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

Parameters

function
Func<IReadOnlyList<Object>,Options,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