共用方式為


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

傳回

實作

屬性

適用於