Specialization Constructor
Constructor
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2026.1.20.0
C#
public Specialization(
SimpleTypeReference templateType,
IList<TypeReference> arguments
)VB
Public Sub New (
templateType As SimpleTypeReference,
arguments As IList(Of TypeReference)
)C++
public:
Specialization(
SimpleTypeReference^ templateType,
IList<TypeReference^>^ arguments
)F#
new :
templateType : SimpleTypeReference *
arguments : IList<TypeReference> -> SpecializationParameters
- templateType SimpleTypeReference
- The template type
- arguments IListTypeReference
- The arguments