ImplementationProvider.GetAllImplementations<T> Method

Gets a sequence of all implementations of the specific type.

Definition

Namespace: Numerics.NET.Providers
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.0
C#
public virtual IEnumerable<T> GetAllImplementations<T>()

Type Parameters

T
The implemented type.

Return Value

IEnumerable<T>
A sequence of implementations of the type T.

See Also