XmlDocMarkdownSettings.RootNamespace property

The root namespace of the input assembly.

public string? RootNamespace { get; set; }

Remarks

Used to generate source code links in the See Also sections for types. If omitted, the tool guesses the root namespace from the exported types.

See Also