Compartir a través de


NestedClosureCodeFragment.MethodCalls Propiedad

Definición

Obtiene las llamadas al método usadas como el cuerpo del cierre anidado.

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> MethodCalls { get; }
member this.MethodCalls : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable ReadOnly Property MethodCalls As IReadOnlyList(Of MethodCallCodeFragment)

Valor de propiedad

La llamada al método .

Se aplica a