SpecializedTypeReference.SpecializationDictionary Property

This read-only property is used to create and return a specialization dictionary

Definition

Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents.Targets (in Sandcastle.Tools.BuildComponents.Targets.dll) Version: 2025.3.22.0
public Dictionary<IndexedTemplateTypeReference, TypeReference> SpecializationDictionary { get; }

Return Value

Dictionary<IndexedTemplateTypeReference, TypeReference>
The specialization dictionary

See Also