DisplayNameFormatterOptions Record
Definition
Options for a DisplayNameFormatter.
public sealed record DisplayNameFormatterOptions : IEquatable<DisplayNameFormatterOptions>
Constructors
Name | Description |
---|---|
Properties
Name | Description |
---|---|
Whether members should be prefixed with their type or not. Defaults to | |
Whether to use the C# keyword for primitive types rather than the type name, i.e. | |
Whether types should be fully qualified with their namespace or not. Defaults to | |
Whether question marks should be used to identify nullable types or not, i.e. |
Last modified: 17 December 2024