DictClass.Staticmethodcnt 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.
Indicates the number of static methods in a class.
public:
virtual int Staticmethodcnt();
public virtual int Staticmethodcnt ();
abstract member Staticmethodcnt : unit -> int
override this.Staticmethodcnt : unit -> int
Public Overridable Function Staticmethodcnt () As Integer
Returns
An integer that indicates the number of static methods in a class.