Partager via


ReflectionHelpers.CreateFuncOfType(Type, Func<Object>) Méthode

Définition

Crée un Func<TResult> délégué pour un délégué donné Func<TResult> .

public static Func<object> CreateFuncOfType (Type typeArg, Func<object> func);
static member CreateFuncOfType : Type * Func<obj> -> Func<obj>
Public Function CreateFuncOfType (typeArg As Type, func As Func(Of Object)) As Func(Of Object)

Paramètres

typeArg
Type

Argument T de type pour le type de retour de la fonction retournée.

func
Func<Object>

Fonction qui produit la valeur T tapée en tant que Object.

Retours

Instance de Func<TResult>, tapé en tant que Func<TResult>.

S’applique à