Share via


QueryableMethods.IsSumWithoutSelector(MethodInfo) Method

Definition

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

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

Parameters

methodInfo
MethodInfo

The method to check.

Returns

true if the method matches; false otherwise.

Applies to