Partager via


RuntimeModel.IModel.IsIndexerMethod(MethodInfo) Méthode

Définition

Obtient une valeur indiquant si le donné MethodInfo représente un accès d’indexeur.

[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

Paramètres

methodInfo
MethodInfo

MethodInfo à vérifier.

Retours

Implémente

Attributs

S’applique à