ProviderManager.GetAllImplementations<T> Method

Returns a list of all implementations of the specified type.

Definition

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
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