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)

속성 값

특성

적용 대상