DisplayNameFormatterOptions.UseFullyQualifiedTypes Property
Definition
Whether types should be fully qualified with their namespace or not. Defaults to false
.
public bool UseFullyQualifiedTypes { get; init; }
Property Value
Remarks
Does not affect calls to FormatNamespace(TextWriter, String); they are always fully qualified.
Last modified: 17 December 2024