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 服务器用来协助在必要时进行序列化。

适用于