Compartir a través de


MethodCallCodeFragment.Arguments Propiedad

Definición

Obtiene los argumentos de la llamada al método.

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)

Valor de propiedad

Argumentos de la llamada al método.

Se aplica a