共用方式為


NestedClosureCodeFragment 建構函式

定義

多載

NestedClosureCodeFragment(String, MethodCallCodeFragment)

初始化 NestedClosureCodeFragment 類別的新執行個體。

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

初始化 NestedClosureCodeFragment 類別的新執行個體。

NestedClosureCodeFragment(String, MethodCallCodeFragment)

來源:
NestedClosureCodeFragment.cs
來源:
NestedClosureCodeFragment.cs
來源:
NestedClosureCodeFragment.cs
來源:
NestedClosureCodeFragment.cs
來源:
NestedClosureCodeFragment.cs
來源:
NestedClosureCodeFragment.cs
來源:
NestedClosureCodeFragment.cs
來源:
NestedClosureCodeFragment.cs
來源:
NestedClosureCodeFragment.cs

初始化 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
String

巢狀關閉參數的名稱。

methodCall
MethodCallCodeFragment

做為巢狀關閉主體的方法呼叫。

適用於

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

來源:
NestedClosureCodeFragment.cs
來源:
NestedClosureCodeFragment.cs
來源:
NestedClosureCodeFragment.cs
來源:
NestedClosureCodeFragment.cs

初始化 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
String

巢狀關閉參數的名稱。

methodCalls
IReadOnlyList<MethodCallCodeFragment>

做為巢狀關閉主體的方法呼叫清單。

適用於