Class ParamDescriptionAttribute
- Namespace
- Sisk.JsonRPC.Annotations
- Assembly
- Sisk.JsonRPC.dll
Specifies a description for a method parameter.
[AttributeUsage(AttributeTargets.Method, AllowMultiple = true)]
public sealed class ParamDescriptionAttribute : Attribute
- Inheritance
-
ParamDescriptionAttribute
- Inherited Members
Constructors
- ParamDescriptionAttribute(string, string)
Initializes a new instance of the ParamDescriptionAttribute class with the specified description.
Properties
- Description
Gets the description of the method parameter.
- ParameterName
Gets the target parameter name.