QueryableMethods.IsSumWithSelector(MethodInfo) 方法

定义

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

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

参数

methodInfo
MethodInfo

要检查的方法。

返回

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

适用于