ImplementationManager<T>.AddImplementation Method

Adds the specified implementation to the list of available implementations.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public static void AddImplementation(
	T implementation
)

Parameters

implementation  T
The implementation.

See Also