JsonParameterInfo
Provides JSON serialization-related metadata about a constructor parameter.
Gets a custom attribute provider for the current parameter.
Gets the declaring type of the constructor.
Gets a value indicating the default value if the parameter has a default value.
Gets a value indicating whether the parameter has a default value.
Gets a value indicating whether the parameter represents a required or init-only member initializer.
Gets a value indicating whether the constructor parameter is annotated as nullable.
Gets the name of the parameter.
Gets the type of this parameter.
Gets the zero-based position of the parameter in the formal parameter list.