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