ResourceProviderFactory Constructor

Definition

When implemented in a derived class, initializes a new instance of the derived class.

protected:
 ResourceProviderFactory();
protected ResourceProviderFactory ();
Protected Sub New ()

Remarks

An instance of an abstract class cannot be created. Classes that derive from ResourceProviderFactory can implement a constructor to set any default values.

Applies to