Share via


IMethodCallCodeFragment.Arguments Property

Definition

Gets the method call's arguments.

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

Property Value

The method call's arguments.

Attributes

Applies to