次の方法で共有


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

戻り値

実装

属性

適用対象