Adds the specified implementation to the provider's collection of implementations.
Namespace:
Extreme.Providers
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public void Add(
IImplementation implementation
)
Public Sub Add (
implementation As IImplementation
)
public:
void Add(
IImplementation^ implementation
)
member Add :
implementation : IImplementation -> unit
Parameters
- implementation
- Type: Extreme.ProvidersIImplementation
The implementation object to add.
Reference