NestedClosureCodeFragment 类

定义

表示嵌套的闭包代码片段。

public class NestedClosureCodeFragment
type NestedClosureCodeFragment = class
Public Class NestedClosureCodeFragment
继承
NestedClosureCodeFragment

注解

有关详细信息 和示例,请参阅数据库提供程序和扩展的实现

构造函数

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

初始化 NestedClosureCodeFragment 类的新实例。

NestedClosureCodeFragment(String, MethodCallCodeFragment)

初始化 NestedClosureCodeFragment 类的新实例。

属性

MethodCall

获取用作嵌套闭包主体的方法调用。

MethodCalls

获取用作嵌套闭包主体的方法调用。

Parameter

获取嵌套闭包参数的名称。

适用于