public class GenericTypeLinkTM

assembly RefDocGen
namespace RefDocGen.TemplateProcessors.Shared.TemplateModels.Links
Base type:  object

The template model representing a link to generic type definition, including a URL to the definition of all generic parameters.

Constructors

public GenericTypeLinkTM(CodeLinkTM TypeLink, GenericTypeLinkTM[] TypeParameters) #
The template model representing a link to generic type definition, including a URL to the definition of all generic parameters.
Parameters
CodeLinkTM TypeLink
CodeLinkTM representing the type, excluding its generic paramters.
GenericTypeLinkTM[] TypeParameters
GenericTypeLinkTM instance representing the type paramters of the type.

Properties

public GenericTypeLinkTM[] TypeParameters { get; init; } #
GenericTypeLinkTM instance representing the type paramters of the type.