QueryableMethods.IsSumWithSelector(MethodInfo) Yöntem

Tanım

Verilen öğesinin seçiciye MethodInfo sahip olanlardan biri olup Queryable.Sum olmadığını denetler.

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

Parametreler

methodInfo
MethodInfo

Kontrol etmek için yöntemi.

Döndürülenler

Boolean

true yöntemi eşlese; false Aksi takdir -de.

Şunlara uygulanır