Constructor OptionalPathParam
OptionalPathParam(T?)
Initializes a new instance of the OptionalPathParam<T> struct with the specified value.
Declaration
public OptionalPathParam(T? value)
Parameters
| Type | Name | Description |
|---|---|---|
| T | value | The parameter value, or null for no value. |