Share via


FluentApiCodeFragment.Arguments Property

Definition

Gets the method call's arguments.

public virtual System.Collections.Generic.IList<object?> Arguments { get; set; }
member this.Arguments : System.Collections.Generic.IList<obj> with get, set
Public Overridable Property Arguments As IList(Of Object)

Property Value

The method call's arguments.

Applies to