NestedClosureCodeFragment Costruttori
Definizione
Importante
Alcune informazioni sono relative alla release non definitiva del prodotto, che potrebbe subire modifiche significative prima della release definitiva. Microsoft non riconosce alcuna garanzia, espressa o implicita, in merito alle informazioni qui fornite.
Overload
NestedClosureCodeFragment(String, MethodCallCodeFragment) |
Inizializza una nuova istanza della classe NestedClosureCodeFragment. |
NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>) |
Inizializza una nuova istanza della classe NestedClosureCodeFragment. |
NestedClosureCodeFragment(String, MethodCallCodeFragment)
- Origine:
- NestedClosureCodeFragment.cs
- Origine:
- NestedClosureCodeFragment.cs
- Origine:
- NestedClosureCodeFragment.cs
- Origine:
- NestedClosureCodeFragment.cs
- Origine:
- NestedClosureCodeFragment.cs
- Origine:
- NestedClosureCodeFragment.cs
- Origine:
- NestedClosureCodeFragment.cs
- Origine:
- NestedClosureCodeFragment.cs
- Origine:
- NestedClosureCodeFragment.cs
Inizializza una nuova istanza della 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)
Parametri
- parameter
- String
Nome del parametro di chiusura annidato.
- methodCall
- MethodCallCodeFragment
Chiamata al metodo utilizzata come corpo della chiusura annidata.
Si applica a
NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)
- Origine:
- NestedClosureCodeFragment.cs
- Origine:
- NestedClosureCodeFragment.cs
- Origine:
- NestedClosureCodeFragment.cs
- Origine:
- NestedClosureCodeFragment.cs
Inizializza una nuova istanza della 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))
Parametri
- parameter
- String
Nome del parametro di chiusura annidato.
- methodCalls
- IReadOnlyList<MethodCallCodeFragment>
Elenco di chiamate di metodo usate come corpo della chiusura annidata.