JsonRpcRequest.ArgumentsList 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 or sets a read only list of arguments, if applicable.
[System.Runtime.Serialization.IgnoreDataMember]
public System.Collections.Generic.IReadOnlyList<object> ArgumentsList { get; set; }
[System.Runtime.Serialization.IgnoreDataMember]
public System.Collections.Generic.IReadOnlyList<object?>? ArgumentsList { get; set; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.ArgumentsList : System.Collections.Generic.IReadOnlyList<obj> with get, set
Public Property ArgumentsList As IReadOnlyList(Of Object)
Property Value
- Attributes