Condividi tramite


RuntimeModel.IModel.IsIndexerMethod(MethodInfo) Metodo

Definizione

Ottiene un valore che indica se l'oggetto specificato MethodInfo rappresenta un accesso all'indicizzatore.

[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

Parametri

methodInfo
MethodInfo

Oggetto MethodInfo da verificare.

Restituisce

Implementazioni

Attributi

Si applica a