Api MemberParameter Count Property
This read-only property is used to get the parameter count for methods
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public int ParameterCount { get; }VB
Public ReadOnly Property ParameterCount As Integer
GetC++
public:
property int ParameterCount {
int get ();
}F#
member ParameterCount : int with getProperty Value
Int32Remarks
This is used for sorting overload sets