QueryableMethods.IsAverageWithSelector(MethodInfo) 方法

定义

使用选择器检查给定 MethodInfo 的 是否为 之 Queryable.Average 一。

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

参数

methodInfo
MethodInfo

要检查的方法。

返回

true 如果方法匹配,则为 ; false 否则。

适用于