<PackageReference Include="Namotion.Reflection" Version="3.3.0" />

XmlDocsKeys

static class XmlDocsKeys
Contains constants for element and attribute names use in XML-docs.
public const string InheritDocElement = "inheritdoc"

Name of the inheritdoc element.

public const string ParamElement = "param"

Name of the param element.

public const string ParamNameAttribute = "name"

Name of the name attribute used in conjunction with the ParamElement.

public const string ParamRefElement = "paramref"

Name of the paramref element.

public const string ParamRefNameAttribute = "name"

Name of the name attribute used in conjunction with the ParamRefElement.

public const string RemarksElement = "remarks"

Name of the remarks element.

public const string ReturnsElement = "returns"

Name of the returns element.

public const string SeeCrefAttribute = "cref"

Name of the cref attribute used in conjunction with the SeeElement.

public const string SeeElement = "see"

Name of the see element.

public const string SeeHrefAttribute = "href"

Name of the href attribute used in conjunction with the SeeElement.

public const string SeeLangwordAttribute = "langword"

Name of the langword attribute used in conjunction with the SeeElement.

public const string SummaryElement = "summary"

Name of the summary element.