次の方法で共有


IMethodCallCodeFragment.Arguments プロパティ

定義

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

public System.Collections.Generic.IEnumerable<object?> Arguments { get; }
member this.Arguments : seq<obj>
Public ReadOnly Property Arguments As IEnumerable(Of Object)

プロパティ値

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

適用対象