Click or drag to resize

MethodDeclBaseParameterCount Property

The number of parameters the method has.

Namespace:  Nova.CodeDOM
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public int ParameterCount { get; }

Property Value

Type: Int32

Implements

IParametersParameterCount
See Also