ImplementationProvider.GetImplementation<T> Method

Returns an implementation of the specified type.

Definition

Namespace: Extreme.Providers
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
public T GetImplementation<T>()

Type Parameters

T
The implemented type.

Return Value

T
An implementation of T, or null if no implementation was loaded.

See Also