Share via


QueryableMethods.IsAverageWithSelector(MethodInfo) Method

Definition

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

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

Parameters

methodInfo
MethodInfo

The method to check.

Returns

true if the method matches; false otherwise.

Applies to