QueryableMethods.IsSumWithoutSelector(MethodInfo) Yöntem

Tanım

Verilen öğesinin seçici olmadan MethodInfo bunlardan biri olup olmadığını Queryable.Sum 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

Kontrol etmek için yöntemi.

Döndürülenler

Boolean

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

Şunlara uygulanır