Compartir a través de


JsonRpcRequest.NamedArguments Propiedad

Definición

Obtiene o establece el diccionario de argumentos con nombre, si procede.

[System.Runtime.Serialization.IgnoreDataMember]
public System.Collections.Generic.IReadOnlyDictionary<string,object> NamedArguments { get; set; }
[System.Runtime.Serialization.IgnoreDataMember]
public System.Collections.Generic.IReadOnlyDictionary<string,object?>? NamedArguments { get; set; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.NamedArguments : System.Collections.Generic.IReadOnlyDictionary<string, obj> with get, set
Public Property NamedArguments As IReadOnlyDictionary(Of String, Object)

Valor de propiedad

Atributos

Se aplica a