NestedClosureCodeFragment Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.