다음을 통해 공유


RuntimeModel.IModel.IsIndexerMethod(MethodInfo) 메서드

정의

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

[System.Diagnostics.DebuggerStepThrough]
bool IModel.IsIndexerMethod (System.Reflection.MethodInfo methodInfo);
[<System.Diagnostics.DebuggerStepThrough>]
abstract member Microsoft.EntityFrameworkCore.Metadata.IModel.IsIndexerMethod : System.Reflection.MethodInfo -> bool
override this.Microsoft.EntityFrameworkCore.Metadata.IModel.IsIndexerMethod : System.Reflection.MethodInfo -> bool
Function IsIndexerMethod (methodInfo As MethodInfo) As Boolean Implements IModel.IsIndexerMethod

매개 변수

methodInfo
MethodInfo

확인할 MethodInfo입니다.

반환

구현

특성

적용 대상