Methods Constructor

Definition

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.

Applies to