Compartilhar via


NestedClosureCodeFragment Construtores

Definição

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