共用方式為


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)

屬性值

方法呼叫。

適用於