다음을 통해 공유


QueryableMethods.IsAverageWithoutSelector(MethodInfo) 메서드

정의

지정된 MethodInfo 가 선택기가 없는 중 Queryable.Average 하나인지 여부를 확인합니다.

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

매개 변수

methodInfo
MethodInfo

검사 메서드입니다.

반환

true 메서드가 일치하면 이고, false 그렇지 않으면.

적용 대상