Share via


MethodCallCodeFragment.Arguments Property

Definition

Gets the method call's arguments.

[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 2 })]
public virtual System.Collections.Generic.IReadOnlyList<object?> Arguments { get; }
public virtual System.Collections.Generic.IReadOnlyList<object> Arguments { get; }
public virtual System.Collections.Generic.IReadOnlyList<object?> Arguments { get; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 2 })>]
member this.Arguments : System.Collections.Generic.IReadOnlyList<obj>
member this.Arguments : System.Collections.Generic.IReadOnlyList<obj>
Public Overridable ReadOnly Property Arguments As IReadOnlyList(Of Object)

Property Value

The method call's arguments.

Attributes

Applies to