Bagikan melalui


NestedClosureCodeFragment Konstruktor

Definisi

Overload

NestedClosureCodeFragment(String, MethodCallCodeFragment)

Sumber:
NestedClosureCodeFragment.cs
Sumber:
NestedClosureCodeFragment.cs
Sumber:
NestedClosureCodeFragment.cs
Sumber:
NestedClosureCodeFragment.cs
Sumber:
NestedClosureCodeFragment.cs
Sumber:
NestedClosureCodeFragment.cs
Sumber:
NestedClosureCodeFragment.cs
Sumber:
NestedClosureCodeFragment.cs
Sumber:
NestedClosureCodeFragment.cs

Menginisialisasi instans baru kelas 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)

Parameter

parameter
String

Nama parameter penutupan berlapis.

methodCall
MethodCallCodeFragment

Panggilan metode yang digunakan sebagai isi penutupan berlapis.

Berlaku untuk

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

Sumber:
NestedClosureCodeFragment.cs
Sumber:
NestedClosureCodeFragment.cs
Sumber:
NestedClosureCodeFragment.cs
Sumber:
NestedClosureCodeFragment.cs

Menginisialisasi instans baru kelas 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))

Parameter

parameter
String

Nama parameter penutupan berlapis.

methodCalls
IReadOnlyList<MethodCallCodeFragment>

Daftar panggilan metode yang digunakan sebagai isi penutupan berlapis.

Berlaku untuk