Share via


QueryableMethods.IsAverageWithoutSelector(MethodInfo) Method

Definition

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

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

Parameters

methodInfo
MethodInfo

The method to check.

Returns

true if the method matches; false otherwise.

Applies to