Specialized Member With Parameters ReferenceParameter Types Property
This read-only property returns the parameter types
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 IList<TypeReference> ParameterTypes { get; }VB
Public ReadOnly Property ParameterTypes As IList(Of TypeReference)
GetC++
public:
property IList<TypeReference^>^ ParameterTypes {
IList<TypeReference^>^ get ();
}F#
member ParameterTypes : IList<TypeReference> with get