MethodCallCodeFragment.Arguments Property

Definition

Gets the method call's 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)

Property Value

The method call's arguments.

Applies to