NestedClosureCodeFragment 构造函数

定义

重载

NestedClosureCodeFragment(String, MethodCallCodeFragment)

初始化 NestedClosureCodeFragment 类的新实例。

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

初始化 NestedClosureCodeFragment 类的新实例。

NestedClosureCodeFragment(String, MethodCallCodeFragment)

Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
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>)

Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
NestedClosureCodeFragment.cs
Source:
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>

用作嵌套闭包主体的方法调用的列表。

适用于