Compartilhar via


RuntimeModel.IModel.IsIndexerMethod(MethodInfo) Método

Definição

Obtém um valor que indica se o fornecido MethodInfo representa um acesso de indexador.

[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

Parâmetros

methodInfo
MethodInfo

O MethodInfo a ser verificado.

Retornos

Implementações

Atributos

Aplica-se a