RefDocGen
Home
API
FAQ
Templates
Configuration
Basic config
Custom static pages
Doc versioning
YAML config
C#
public class
GenericTypeLinkTM
assembly
RefDocGen
namespace
RefDocGen.TemplateProcessors.Shared.TemplateModels.Links
Base type:
object
Implements:
IEquatable
<
GenericTypeLinkTM
>
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
CodeLinkTM
TypeLink
{
get
;
init
;
}
#
CodeLinkTM
representing the type, excluding its generic paramters.
public
GenericTypeLinkTM[]
TypeParameters
{
get
;
init
;
}
#
GenericTypeLinkTM
instance representing the type paramters of the type.
Made with
RefDocGen