NestedClosureCodeFragment Oluşturucular
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Aşırı Yüklemeler
| NestedClosureCodeFragment(String, MethodCallCodeFragment) |
NestedClosureCodeFragment sınıfının yeni bir örneğini başlatır. |
| NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>) |
NestedClosureCodeFragment sınıfının yeni bir örneğini başlatır. |
NestedClosureCodeFragment(String, MethodCallCodeFragment)
- Kaynak:
- NestedClosureCodeFragment.cs
- Kaynak:
- NestedClosureCodeFragment.cs
- Kaynak:
- NestedClosureCodeFragment.cs
- Kaynak:
- NestedClosureCodeFragment.cs
- Kaynak:
- NestedClosureCodeFragment.cs
- Kaynak:
- NestedClosureCodeFragment.cs
- Kaynak:
- NestedClosureCodeFragment.cs
- Kaynak:
- NestedClosureCodeFragment.cs
- Kaynak:
- NestedClosureCodeFragment.cs
NestedClosureCodeFragment sınıfının yeni bir örneğini başlatır.
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)
Parametreler
- parameter
- String
İç içe kapatma parametresinin adı.
- methodCall
- MethodCallCodeFragment
İç içe kapatma gövdesi olarak kullanılan yöntem çağrısı.
Şunlara uygulanır
NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)
- Kaynak:
- NestedClosureCodeFragment.cs
- Kaynak:
- NestedClosureCodeFragment.cs
- Kaynak:
- NestedClosureCodeFragment.cs
- Kaynak:
- NestedClosureCodeFragment.cs
NestedClosureCodeFragment sınıfının yeni bir örneğini başlatır.
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))
Parametreler
- parameter
- String
İç içe kapatma parametresinin adı.
- methodCalls
- IReadOnlyList<MethodCallCodeFragment>
İç içe kapatmanın gövdesi olarak kullanılan yöntem çağrılarının listesi.