Share via


DictMethod.Varcnt Method

Definition

Caution

This API is now deprecated.

Gets the number of variables for the method.

public:
 virtual int Varcnt();
[System.Obsolete]
public virtual int Varcnt ();
[<System.Obsolete>]
abstract member Varcnt : unit -> int
override this.Varcnt : unit -> int
Public Overridable Function Varcnt () As Integer

Returns

The number of local and inherited variables for the method.

Attributes

Applies to