Table of Contents

Constructor ParamDescriptionAttribute

Namespace
Sisk.JsonRPC.Annotations
Assembly
Sisk.JsonRPC.dll

ParamDescriptionAttribute(string, string)

Initializes a new instance of the ParamDescriptionAttribute class with the specified description.

public ParamDescriptionAttribute(string paramName, string description)

Parameters

paramName string

The parameter name.

description string

The description of the method parameter.