Provides information about expected function parameters.
Name | Description | |
---|---|---|
ParameterDescriptionAttribute(int index, string name) |
Initializes a new instance of the ParameterDescriptionAttribute class. |
Name | Description | |
---|---|---|
Index |
Gets the index of the parameter. |
|
IsRequired |
Gets or sets a value indicating whether the parameter is required. |
|
Name |
Gets the name of the parameter. |
|
Summary |
Gets the summary of the parameter. |