Compartir a través de


NestedClosureCodeFragment Constructores

Definición

Sobrecargas

NestedClosureCodeFragment(String, MethodCallCodeFragment)

Inicializa una nueva instancia de la clase NestedClosureCodeFragment.

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

Inicializa una nueva instancia de la clase NestedClosureCodeFragment.

NestedClosureCodeFragment(String, MethodCallCodeFragment)

Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs

Inicializa una nueva instancia de la clase NestedClosureCodeFragment.

public NestedClosureCodeFragment (string parameter, Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment methodCall);
new Microsoft.EntityFrameworkCore.Design.NestedClosureCodeFragment : string * Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment -> Microsoft.EntityFrameworkCore.Design.NestedClosureCodeFragment
Public Sub New (parameter As String, methodCall As MethodCallCodeFragment)

Parámetros

parameter
String

Nombre del parámetro de cierre anidado.

methodCall
MethodCallCodeFragment

La llamada al método utilizada como cuerpo del cierre anidado.

Se aplica a

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs

Inicializa una nueva instancia de la clase NestedClosureCodeFragment.

public NestedClosureCodeFragment (string parameter, System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> methodCalls);
new Microsoft.EntityFrameworkCore.Design.NestedClosureCodeFragment : string * System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> -> Microsoft.EntityFrameworkCore.Design.NestedClosureCodeFragment
Public Sub New (parameter As String, methodCalls As IReadOnlyList(Of MethodCallCodeFragment))

Parámetros

parameter
String

Nombre del parámetro de cierre anidado.

methodCalls
IReadOnlyList<MethodCallCodeFragment>

Lista de llamadas de método usadas como cuerpo del cierre anidado.

Se aplica a