MethodInfo.Noparms Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the number of parameters in a method.
public:
virtual int Noparms();
public virtual int Noparms ();
abstract member Noparms : unit -> int
override this.Noparms : unit -> int
Public Overridable Function Noparms () As Integer
Returns
An integer value that indicates the number of parameters in a method.