Specialized Member With Parameters ReferenceSpecialized Type Property
This read-only property returns the specialized type
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 SpecializedTypeReference SpecializedType { get; }VB
Public ReadOnly Property SpecializedType As SpecializedTypeReference
GetC++
public:
property SpecializedTypeReference^ SpecializedType {
SpecializedTypeReference^ get ();
}F#
member SpecializedType : SpecializedTypeReference with get