DictMethod.Parametercnt 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.
Gets the number of parameters for the method.
public:
virtual int Parametercnt();
public virtual int Parametercnt ();
abstract member Parametercnt : unit -> int
override this.Parametercnt : unit -> int
Public Overridable Function Parametercnt () As Integer
Returns
The number of parameters for the method.