QueryableMethods.IsSumWithoutSelector(MethodInfo) 方法

定义

检查给定 MethodInfo 的 是否为 Queryable.Sum 不带选择器的 。

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

参数

methodInfo
MethodInfo

要检查的方法。

返回

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

适用于