다음을 통해 공유


NestedClosureCodeFragment.MethodCalls 속성

정의

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

public virtual System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment> MethodCalls { get; }
member this.MethodCalls : System.Collections.Generic.IReadOnlyList<Microsoft.EntityFrameworkCore.Design.MethodCallCodeFragment>
Public Overridable ReadOnly Property MethodCalls As IReadOnlyList(Of MethodCallCodeFragment)

속성 값

메서드 호출입니다.

적용 대상