Returns an implementation of the specified type.
Namespace:
Extreme.Providers
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public T GetImplementation<T>()
Public Function GetImplementation(Of T) As T
public:
generic<typename T>
T GetImplementation()
member GetImplementation : unit -> 'T
Type Parameters
- T
- The implemented type.
Return Value
Type:
TAn implementation of
T,
or
if no implementation was loaded.
Reference