Partager via


NestedClosureCodeFragment Constructeurs

Définition

Surcharges

NestedClosureCodeFragment(String, MethodCallCodeFragment)

Initialise une nouvelle instance de la classe NestedClosureCodeFragment.

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

Initialise une nouvelle instance de la classe 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

Initialise une nouvelle instance de la 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)

Paramètres

parameter
String

Nom du paramètre de fermeture imbriquée.

methodCall
MethodCallCodeFragment

Appel de méthode utilisé comme corps de la fermeture imbriquée.

S’applique à

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

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

Initialise une nouvelle instance de la 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))

Paramètres

parameter
String

Nom du paramètre de fermeture imbriquée.

methodCalls
IReadOnlyList<MethodCallCodeFragment>

Liste des appels de méthode utilisés comme corps de la fermeture imbriquée.

S’applique à