次の方法で共有


JsonRpcRequest.NamedArguments プロパティ

定義

必要に応じて、名前付き引数のディクショナリを取得または設定します。

[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)

プロパティ値

属性

適用対象