Partager via


QueryableMethods.IsSumWithSelector(MethodInfo) Méthode

Définition

Vérifie si le donné MethodInfo est ou non l’un des Queryable.Sum avec un sélecteur.

public static bool IsSumWithSelector (System.Reflection.MethodInfo methodInfo);
static member IsSumWithSelector : System.Reflection.MethodInfo -> bool
Public Shared Function IsSumWithSelector (methodInfo As MethodInfo) As Boolean

Paramètres

methodInfo
MethodInfo

Méthode à case activée.

Retours

true si la méthode correspond ; false Sinon.

S’applique à