Implementation Provider.Get Implementation<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#
An implementation of T, or null if no implementation was loaded.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public T GetImplementation<T>()
Type Parameters
- T
- The implemented type.
Return Value
TAn implementation of T, or null if no implementation was loaded.