Method AddProvider
AddProvider(Type, IFunctionalityProvider)
Add a provider to a specific slot in the providers list
Declaration
public void AddProvider(Type providerType, IFunctionalityProvider provider)
Parameters
Type | Name | Description |
---|---|---|
Type | providerType | The provider interface type, which serves as a key in the providers dictionary |
IFunctionalityProvider | provider | The provider object to be added |