次の方法で共有


NestedClosureCodeFragment コンストラクター

定義

オーバーロード

NestedClosureCodeFragment(String, MethodCallCodeFragment)

NestedClosureCodeFragment クラスの新しいインスタンスを初期化します。

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

NestedClosureCodeFragment クラスの新しいインスタンスを初期化します。

NestedClosureCodeFragment(String, MethodCallCodeFragment)

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 クラスの新しいインスタンスを初期化します。

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>

入れ子になったクロージャの本体として使用されるメソッド呼び出しの一覧。

適用対象