QueryableMethods.IsAverageWithoutSelector(MethodInfo) Yöntem

Tanım

Verilen öğesinin seçici olmadan MethodInfo bunlardan biri olup olmadığını Queryable.Average denetler.

public static bool IsAverageWithoutSelector (System.Reflection.MethodInfo methodInfo);
static member IsAverageWithoutSelector : System.Reflection.MethodInfo -> bool
Public Shared Function IsAverageWithoutSelector (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