共用方式為


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

適用於