Plugin Module
An abstract class for plugin modules with a generic configuration type TConfig. This class is extended by the generated plugin module class.
Parameters
TConfig
The type of the configuration object for the plugin module.
Properties
Link copied to clipboard
An abstract property representing a map of method names to their corresponding PluginMethod instances.