次の方法で共有


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)

プロパティ値

メソッド呼び出し。

適用対象