JsonRpcResult.ResultDeclaredType プロパティ

定義

戻り値の宣言された型を取得または設定します。

[System.Runtime.Serialization.IgnoreDataMember]
public Type? ResultDeclaredType { get; set; }
[System.Runtime.Serialization.IgnoreDataMember]
[System.Text.Json.Serialization.JsonIgnore]
public Type? ResultDeclaredType { get; set; }
[<System.Runtime.Serialization.IgnoreDataMember>]
member this.ResultDeclaredType : Type with get, set
[<System.Runtime.Serialization.IgnoreDataMember>]
[<System.Text.Json.Serialization.JsonIgnore>]
member this.ResultDeclaredType : Type with get, set
Public Property ResultDeclaredType As Type

プロパティ値

属性

注釈

この値はシリアル化されませんが、必要に応じてシリアル化を支援するために RPC サーバーによって使用されます。

適用対象