NestedClosureCodeFragment 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
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>
用作嵌套闭包主体的方法调用的列表。