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