次の方法で共有


MethodCallCodeFragment.Arguments プロパティ

定義

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

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

プロパティ値

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

適用対象