Methods Constructor
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.
When implemented in a derived class, initializes a new instance of the Methods class.
protected:
Methods();
protected:
Methods();
Methods();
protected Methods ();
Protected Sub New ()
Remarks
It is not necessary to call the base class constructor in your derived class.