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