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