次の方法で共有


FluentApiCodeFragment.Arguments プロパティ

定義

メソッド呼び出しの引数を取得します。

public virtual System.Collections.Generic.IList<object?> Arguments { get; set; }
member this.Arguments : System.Collections.Generic.IList<obj> with get, set
Public Overridable Property Arguments As IList(Of Object)

プロパティ値

メソッド呼び出しの引数。

適用対象