ProviderManager.GetAllImplementations<T> Method

Returns a list of all implementations of the specified type.

Definition

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

Type Parameters

T
The base type of the implementations.

Return Value

IList<T>
A list of implementations of the base type T.

See Also