Provider Manager.Get All Implementations<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.2
C#
A list of implementations of the base type T.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.2
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.