ApiMemberParameterCount 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: 2024.12.21.0
public int ParameterCount { get; }

Property Value

Int32

Remarks

This is used for sorting overload sets

See Also