CxXmlDocTypeParameter

Description

sealed class Tinman.Core.Cx.XmlDoc.CxXmlDocTypeParameter

Represents the documentation of a type parameter:

<typeparam name="Name">
  Content
</typeparam>

Public / Constructors

Cx​Xml​Doc​Type​Parameter


public constructor CxXmlDocTypeParameter → (2)

name in : CxId

See ICxIdContainer.Name.

content in : CxXmlDocBody

[not-null]
See ICxXmlDocBodyContainer.Content.

Creates a new instance of CxXmlDocTypeParameter.