QueryableMethods.IsAverageWithSelector(MethodInfo) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
檢查指定的 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
否則。