MethodInfo.Novars 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 variables in a method.
public:
virtual int Novars();
public virtual int Novars ();
abstract member Novars : unit -> int
override this.Novars : unit -> int
Public Overridable Function Novars () As Integer
Returns
An integer value that indicates the number of variables in a method.