Share via


IMethodCallCodeFragment.Arguments Property

Definition

Gets the method call's arguments.

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

Property Value

The method call's arguments.

Applies to