다음을 통해 공유


NestedClosureCodeFragment 클래스

정의

중첩된 클로저 코드 조각을 나타냅니다.

public class NestedClosureCodeFragment
type NestedClosureCodeFragment = class
Public Class NestedClosureCodeFragment
상속
NestedClosureCodeFragment

설명

자세한 내용 과 예제는 데이터베이스 공급자 및 확장 구현 을 참조하세요.

생성자

NestedClosureCodeFragment(String, IReadOnlyList<MethodCallCodeFragment>)

NestedClosureCodeFragment 클래스의 새 인스턴스를 초기화합니다.

NestedClosureCodeFragment(String, MethodCallCodeFragment)

NestedClosureCodeFragment 클래스의 새 인스턴스를 초기화합니다.

속성

MethodCall

중첩된 닫기의 본문으로 사용되는 메서드 호출을 가져옵니다.

MethodCalls

중첩된 닫기의 본문으로 사용되는 메서드 호출을 가져옵니다.

Parameter

중첩된 클로저 매개 변수의 이름을 가져옵니다.

적용 대상