XmlDocInspectionIssue.TypeParameter Property
- Namespace
- Kampute.DocToolkit.XmlDoc
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the type parameter associated with the issue, if applicable.
public ITypeParameter TypeParameter { get; }Property Value
- ITypeParameter
- The type parameter, or
nullif not applicable to this issue type.
Remarks
When the issue type is XmlDocInspectionIssueType.MissingRequiredTag and the tag is XmlDocTag.TypeParam, this property contains the type parameter that is not documented.
