Click or drag to resize

JsonRpcParameter Properties

[This is preliminary documentation and is subject to change.]

The JsonRpcParameter type exposes the following members.

Properties
  NameDescription
Public propertyConverter
The serializer used to convert the parameter.
Public propertyDefaultValue
The default value for the specified optional parameter.
Public propertyIsOptional
Whether the parameter is optional.
Public propertyIsTask
Whether the parameter is a Task or Task<ParameterType> instead of ParameterType itself.
Public propertyParameterName
The parameter name used in JSON.
Public propertyParameterType
The bare type of the parameter.
Top
See Also