Nullable parameters must specify a type

A parameter includes the nullable type modifier (?) but does not specify a type.

Error ID: BC36632

To correct this error

  • Specify a type when declaring the nullable parameter.

See Also

Concepts

Nullable Value Types