共用方式為


JsonRpcResult.ResultDeclaredType 屬性

定義

取得或設定傳回值的宣告型別。

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

屬性值

屬性

備註

此值不會序列化,但由 RPC 伺服器用來協助在必要時進行序列化。

適用於