共用方式為


QueryableMethods.IsAverageWithoutSelector(MethodInfo) 方法

定義

檢查指定的 MethodInfo 是否為不含選取器的其中 Queryable.Average 一個 。

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

參數

methodInfo
MethodInfo

要檢查的方法。

傳回

true 如果方法相符,則為 ; false 否則。

適用於