共用方式為


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)

屬性值

方法呼叫的引數。

適用於