DisplayNameFormatterOptions.UseQuestionMarksForNullableTypes Property
Definition
Whether question marks should be used to identify nullable types or not, i.e. int?
instead of Nullable<T>
. Defaults to true
.
public bool UseQuestionMarksForNullableTypes { get; init; }
Property Value
Last modified: 17 December 2024