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