共用方式為


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 否則。

適用於