ParameterModelRecord
PackageFsLiveDocs.Core
Represents a parameter of a function or method.
Fields
| Name | Type | Description |
|---|---|---|
| Name | Name | The name of the parameter. |
| Type | Type | The formatted F# type string. |
| Description | Description | The renderer-neutral documentation for this parameter. |