Delen via


Nullable modifier cannot be specified on both a variable and its type

The nullable type modifier (?) has been included for both a declared variable and its declared type.

Error ID: BC33100

To correct this error

  • Remove the nullable type modifier (?) from either the variable or its declared type.

See Also

Concepts

Nullable Value Types