Reference Type ReferenceReferred To Type Property
This read-only property returns the referred to 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 TypeReference ReferredToType { get; }VB
Public ReadOnly Property ReferredToType As TypeReference
GetC++
public:
property TypeReference^ ReferredToType {
TypeReference^ get ();
}F#
member ReferredToType : TypeReference with get