Specialization Constructor

Constructor

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2024.12.21.0
public Specialization(
	SimpleTypeReference templateType,
	IList<TypeReference> arguments
)

Parameters

templateType  SimpleTypeReference
The template type
arguments  IListTypeReference
The arguments

See Also