Specialization Constructor
Constructor
Namespace: Sandcastle.Tools.BuildComponents.TargetsAssembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2024.12.21.0
public Specialization(
SimpleTypeReference templateType,
IList<TypeReference> arguments
)
Public Sub New (
templateType As SimpleTypeReference,
arguments As IList(Of TypeReference)
)
public:
Specialization(
SimpleTypeReference^ templateType,
IList<TypeReference^>^ arguments
)
new :
templateType : SimpleTypeReference *
arguments : IList<TypeReference> -> Specialization
Parameters
- templateType SimpleTypeReference
- The template type
- arguments IListTypeReference
- The arguments