RuntimeModel.IModel.IsIndexerMethod(MethodInfo) Method

Definition

Gets a value indicating whether the given MethodInfo represents an indexer access.

[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

Parameters

methodInfo
MethodInfo

The MethodInfo to check.

Returns

Implements

Attributes

Applies to