NestedClosureCodeFragment Constructores
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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.