ApiDocParameter Type
Represents a parameter of an API member, with its symbol, name, type, and optional documentation
Record fields
| Record Field |
Description
|
|
Optional documentation for the parameter
|
Full Usage:
ParameterNameText
Field type: string
|
The parameter name as text
|
|
The FSharp symbol for the parameter (either a parameter or a record field)
|
|
The formatted HTML type of the parameter
|
FSharp.Formatting