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

返回

实现

属性

适用于