ReflectionHelpers.CreateFuncOfType(Type, Func<Object>) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.
Retours
Instance de Func<TResult>, tapé en tant que Func<TResult>.