QueryableMethods.IsSumWithoutSelector(MethodInfo) Yöntem

Tanım

Verilenin MethodInfo seçicisi olmayanlardan Queryable.Sum biri olup olmadığını denetler.

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

Parametreler

methodInfo
MethodInfo

Denetlenecek yöntem.

Döndürülenler

true yöntem eşleşiyorsa; false Aksi takdir -de.

Şunlara uygulanır