다음을 통해 공유


ModelExtensions.IsIndexerMethod(IModel, MethodInfo) 메서드

정의

지정된 MethodInfo가 인덱서 액세스를 다시 사용하는지 여부를 나타내는 값을 가져옵니다.

public static bool IsIndexerMethod (this Microsoft.EntityFrameworkCore.Metadata.IModel model, System.Reflection.MethodInfo methodInfo);
static member IsIndexerMethod : Microsoft.EntityFrameworkCore.Metadata.IModel * System.Reflection.MethodInfo -> bool
<Extension()>
Public Function IsIndexerMethod (model As IModel, methodInfo As MethodInfo) As Boolean

매개 변수

model
IModel

사용할 모델입니다.

methodInfo
MethodInfo

검사 MethodInfo입니다.

반환

적용 대상