Sdílet prostřednictvím


NestedClosureCodeFragment Konstruktory

Definice

Přetížení

NestedClosureCodeFragment(String, MethodCallCodeFragment)

Inicializuje novou instanci NestedClosureCodeFragment třídy .

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

Inicializuje novou instanci NestedClosureCodeFragment třídy .

NestedClosureCodeFragment(String, MethodCallCodeFragment)

Zdroj:
NestedClosureCodeFragment.cs
Zdroj:
NestedClosureCodeFragment.cs
Zdroj:
NestedClosureCodeFragment.cs
Zdroj:
NestedClosureCodeFragment.cs
Zdroj:
NestedClosureCodeFragment.cs
Zdroj:
NestedClosureCodeFragment.cs
Zdroj:
NestedClosureCodeFragment.cs
Zdroj:
NestedClosureCodeFragment.cs
Zdroj:
NestedClosureCodeFragment.cs

Inicializuje novou instanci NestedClosureCodeFragment třídy .

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)

Parametry

parameter
String

Název vnořeného parametru uzavření.

methodCall
MethodCallCodeFragment

Volání metody použité jako tělo vnořeného uzavření.

Platí pro

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

Zdroj:
NestedClosureCodeFragment.cs
Zdroj:
NestedClosureCodeFragment.cs
Zdroj:
NestedClosureCodeFragment.cs
Zdroj:
NestedClosureCodeFragment.cs

Inicializuje novou instanci NestedClosureCodeFragment třídy .

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))

Parametry

parameter
String

Název vnořeného parametru uzavření.

methodCalls
IReadOnlyList<MethodCallCodeFragment>

Seznam volání metody použitý jako tělo vnořené uzavření.

Platí pro