FluentApiCodeFragment.Arguments Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the method call's arguments.
[System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 2 })]
public virtual System.Collections.Generic.IList<object?> Arguments { get; set; }
public virtual System.Collections.Generic.IList<object?> Arguments { get; set; }
[<System.Runtime.CompilerServices.Nullable(new System.Byte[] { 1, 2 })>]
member this.Arguments : System.Collections.Generic.IList<obj> with 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.
- Attributes