Share via


QueryableMethods.IsSumWithSelector(MethodInfo) Method

Definition

Checks whether or not the given MethodInfo is one of the Queryable.Sum with a selector.

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

Parameters

methodInfo
MethodInfo

The method to check.

Returns

true if the method matches; false otherwise.

Applies to