Aracılığıyla paylaş


NestedClosureCodeFragment Oluşturucular

Tanım

Aşırı Yüklemeler

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.

Şunlara uygulanır