NestedClosureCodeFragment Construtores
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NestedClosureCodeFragment(String, MethodCallCodeFragment) |
Inicializa uma nova instância da classe NestedClosureCodeFragment. |
NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>) |
Inicializa uma nova instância da classe NestedClosureCodeFragment. |
NestedClosureCodeFragment(String, MethodCallCodeFragment)
Inicializa uma nova instância da classe 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
O nome do parâmetro de fechamento aninhado.
- methodCall
- MethodCallCodeFragment
A chamada de método usada como o corpo do fechamento aninhado.
Aplica-se a
NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)
Inicializa uma nova instância da classe 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
O nome do parâmetro de fechamento aninhado.
- methodCalls
- IReadOnlyList<MethodCallCodeFragment>
A lista de chamadas de método usadas como o corpo do fechamento aninhado.
Aplica-se a
Entity Framework