ImplementationProvider.Add Method

Adds the specified implementation to the provider's collection of implementations.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public void Add(
	IImplementation implementation
)

Parameters

implementation  IImplementation
The implementation object to add.

See Also